/toodeloo

A platform game in C++ using OpenGL and Box2D

Primary LanguageC++

Toodeloo

This is some playing around with Box2D with the goal of creating a platform game.

Requirements:

Setup submodules

git submodule init
git submodule update

To compile and run:

Follow the instructions in src/box2d/INSTRUCTIONS, and then do:

cd src
cmake .
make
./game