Skip to content
## MVP - 07.11.2022

### Added

* Added a general menu-structure and Preference-Page
* Integrated box2d into libGDX
* Created classes for the different entities
* Created a general game startup that creates a world
* Added health and damage sysetm for tower vs enemy
* Added multiple enemy types
* Created an auto-startup for MVP-Presentation

### Bugfixes

* Updated libGDX-dependencies to work on Linux as well (and to just be up to date)

### Other
* Started implementing map-management

### Known issues

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