Skip to content

avilanicolas/RhythmRunner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rhythm Runner Build	Status

========================================================================================================================================

About


Rhythm Runner is a graphics project for Zoe Wood's CPE 476 class

Authors


  • Alex Ottoboni (alexottoboni)

  • Braden Beck (bbeck13, bnbeck)

  • Matthew Stewart (Matthew-Stewart)

  • Joseph "Joey" Arhar (josepharhar)

  • Alex Nguyen

Requirements


You will need to install:

Mac OS X:

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.

Unix:

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.

Submitting A Pull Request


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:.

Playing


Coming soon!

Cover


For your rhythm running pleasure

Image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.3%
  • C 21.1%
  • GLSL 0.8%
  • CMake 0.6%
  • Python 0.1%
  • Makefile 0.1%