Rhythm Runner is a graphics project for Zoe Wood's CPE 476 class
More info on our website
- Alex Ottoboni (alexottoboni)
- Braden Beck (bbeck13, bnbeck)
- Matthew Stewart (Matthew-Stewart)
- Joseph "Joey" Arhar (josepharhar)
- Alex Nguyen (anguy134)
- Ansley Chen (achen64)
You will need to install:
Brew can install most of these except for Aquila. When installing Aquila install it to /usr/local as that is where the CMakeLists.txt will look for it.
Everything should be available from your package manager or you can install it from source if you're into that sort of thing.
If you don't have the most recent version of cmake either get it or you may need to download some modules in order to find you dependencies. I only had to do this with SFML here's the modules you will need. Place them in your ../cmake/Modules dir and you should be able to compile the program.
Do all your development on a seperate branch and open a pull request when the
feature is ready to be merged. If there is an issue that exists for your feature
include it in your pull request description by writing #issue_number
.
To mark a pull request as Code Reviewed comment CR :emoji:
.
A pull can be merged once two people CR it.
If the feature is testable it should be QA'd, as in someone else compiles it
and visually verifies that it works. (Test cases are nice too).
To mark a pull as QA'd comment QA :emoji:
.
For your rhythm running pleasure