Skip to content

CS126SP20/final-project-ajlnx

Repository files navigation

FallingBalls

license docs
Author: Andy Lennox - [email protected]

Dependencies

  • [gcc] or [clang]
  • [cmake]
  • [Box2d]
  • [ImGui]
  • [SQLite]
  • [cinder]

Building

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

Controls

Game

Keyboard

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

Mouse

In 2 player games, LEFT CLICK will spawn a ball at the cursor.

About

final-project-ajlnx created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •