First game created in c++ with SDL
Status of the game:
- Render engine
- Map generator
- Phisics
- Colision detecton
- Bots to fight with
- Make the render engine more configurable
The Project can be run on Linux or Windws.
- mkdir build && cd build
- cmake ..
- make