Skip to content
## v1.0.0 - 17.02.2023

### Added

* created sprites for enemies, towers and projectiles 
* map design
* different types of enemies and towers 
* different projectile types 
* shop system for buying towers
* tower placement with mouse input 
* enemies following map designed path 
* score system 
* health system
* level system with linearly increasing difficulty 
* different levels of difficulty
* saving high scores persistently 
* saving not finished game
* multiple screens for different purposes 
* replaced logger from libgdx with our own 
* real game lifecycle 



### Bugfixes

* aspect ratio fix for screens that are not 16:9

### Other
* implemented tests for some functionalities 

### Known issues

* Mac-OS users need to use the `-XstartOnFirstThread` JVM-Argument in order to run the game