A 2D driving game made with C++ and Box2D
|
há 4 anos atrás | |
---|---|---|
Cars | há 4 anos atrás | |
Niveaux | há 5 anos atrás | |
Textures | há 5 anos atrás | |
.gitignore | há 4 anos atrás | |
Car.cpp | há 4 anos atrás | |
Car.h | há 4 anos atrás | |
LICENSE | há 4 anos atrás | |
README.md | há 4 anos atrás | |
SnapFile.cpp | há 5 anos atrás | |
SnapFile.h | há 5 anos atrás | |
Terrain.cpp | há 4 anos atrás | |
Terrain.h | há 4 anos atrás | |
main.cpp | há 4 anos atrás | |
makefile | há 4 anos atrás |
A 2D driving game made with C++ and Box2D
You need make
, SDL1
and Box2D to build this project.
Example on Ubuntu :
$ sudo apt install make g++ libsdl-dev libsdl-image1.2-dev libsdl-gfx1.2-dev
$ make
Warning about Box2D : you need at least version 2.4.1 in order to compile this project. If your package manager is out of date, please build Box2D and install it from source.
To execute :
$ make exec