Author: Andy Lennox - [email protected]
- [gcc] or [clang]
- [cmake]
- [Box2d]
- [ImGui]
- [SQLite]
- [cinder]
Install cinder and add a directory for projects
$ git clone --recursive https://github.com/cinder/Cinder.git
$ cd Cinder
$ mkdir my-projects
Clone Falling Balls
$ cd my-projects
$ git clone https://github.com/CS126SP20/final-project-ajlnx.git
Open the project in C++ IDE and build
| Key | Action |
|---|---|
d |
Move to the right |
RIGHT |
Move to the right |
a |
Move to the left |
LEFT |
Move to the left |
CMD+q |
Quit the game |
In 2 player games, LEFT CLICK will spawn a ball at the cursor.

