A 2D driving game made with C++ and Box2D
|
hace 4 años | |
---|---|---|
Cars | hace 4 años | |
Niveaux | hace 5 años | |
Textures | hace 5 años | |
.gitignore | hace 4 años | |
Car.cpp | hace 4 años | |
Car.h | hace 4 años | |
LICENSE | hace 4 años | |
README.md | hace 5 años | |
SnapFile.cpp | hace 5 años | |
SnapFile.h | hace 5 años | |
Terrain.cpp | hace 4 años | |
Terrain.h | hace 4 años | |
main.cpp | hace 4 años | |
makefile | hace 4 años |
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