CarGame is a project to test Box2D library with SFML as a 2D game engine with graphics. A
You need to have Box2D, SFML and TinyXML libraries installed in your system.
$ git clone https://github.com/kegarlv/CarGame
$ cd CarGame
$ mkdir build
$ cmake build
$ cd build && make
To run simply run CarGame
$ ./CarGame
- Change maps
- Drawing improvements (sprites, more detailes maps, etc.)
- Ability to parse more complicated maps