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