A 2D driving game made with C++ and Box2D
|
il y a 4 ans | |
---|---|---|
Cars | il y a 4 ans | |
Niveaux | il y a 5 ans | |
Textures | il y a 5 ans | |
.gitignore | il y a 4 ans | |
BoundyDriver.cbp | il y a 5 ans | |
BoundyDriver.depend | il y a 5 ans | |
BoundyDriver.layout | il y a 5 ans | |
Car.cpp | il y a 4 ans | |
Car.h | il y a 4 ans | |
LICENSE | il y a 5 ans | |
README.md | il y a 5 ans | |
SnapFile.cpp | il y a 5 ans | |
SnapFile.h | il y a 5 ans | |
Terrain.cpp | il y a 4 ans | |
Terrain.h | il y a 4 ans | |
main.cpp | il y a 4 ans | |
makefile | il y a 4 ans |
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