This is some playing around with Box2D with the goal of creating a platform game.
- cmake
- OpenGL
- Box2D
- SDL
git submodule init
git submodule update
Follow the instructions in src/box2d/INSTRUCTIONS, and then do:
cd src
cmake .
make
./game
This is some playing around with Box2D with the goal of creating a platform game.
git submodule init
git submodule update
Follow the instructions in src/box2d/INSTRUCTIONS, and then do:
cd src
cmake .
make
./game