Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.64 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.64 KB

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