Skip to content

gcwhitfield/18-500-ECE-Design-Experience

Repository files navigation

ECE Capstone Project - Rhythm Game

GamePhoto

MainMenuScreenshot

SongSelectionScreenshot

GameplayScreenshot

Compiling the game

CMake is used to create the compilation command for this game. Make sure you have CMake intalled before proceeding. https://cmake.org/install/

First, open a terminal and change the working directory to the root of this repository. Then run these commands: cmake -S . -B build cd build make -j10

Running the game

To play the game, just run the executable: ./RhythmGame

Libraries Used

Credits

About

Capstone project for ECE Design Experience 18-500 at CMU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published