A 2D driving game made with C++ and Box2D
|
há 5 anos atrás | |
---|---|---|
Cars | há 5 anos atrás | |
Niveaux | há 5 anos atrás | |
Textures | há 5 anos atrás | |
.gitignore | há 5 anos atrás | |
BoundyDriver.cbp | há 5 anos atrás | |
BoundyDriver.depend | há 5 anos atrás | |
BoundyDriver.layout | há 5 anos atrás | |
Car.cpp | há 5 anos atrás | |
Car.h | há 5 anos atrás | |
LICENSE | há 5 anos atrás | |
Makefile | há 5 anos atrás | |
README.md | há 5 anos atrás | |
SnapFile.cpp | há 5 anos atrás | |
SnapFile.h | há 5 anos atrás | |
Terrain.cpp | há 5 anos atrás | |
Terrain.h | há 5 anos atrás | |
main.cpp | há 5 anos atrás |
A 2D driving game made with C++ and Box2D
sudo apt install libsdl-image1.2-dev libsdl-gfx1.2-dev libbox2d-dev
In the root folder :
make
To execute the game :
./a.out
sudo apt install libsdl-image1.2 libsdl-gfx1.2 libbox2d2.3.0
./a.out