aboutsummaryrefslogtreecommitdiff
path: root/src/gameplay (follow)
Commit message (Collapse)AuthorAge
* The music is still out of synccccAidan Ross2023-05-31
|
* Bit of progress on reading in the bpm and nuimbeatsAidan Ross2023-05-30
|
* Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarheroAidan Ross2023-05-30
|\
| * commentsowgro2023-05-30
| |
* | add cancel() to songPlayer class, which can be called to stop the music and ↵Aidan Ross2023-05-30
|/ | | | the gameloop
* add comment about game over screensowgro2023-05-30
|
* Early syncing tests with placeholder hit sounds and miss soundsAidan Ross2023-05-30
|
* Early music testing + added red flash when missing a noteAidan Ross2023-05-28
|
* Removed unnecesary files in the gameplay class, as well as merged ↵Aidan Ross2023-05-28
| | | | gameplay.score with main.scoreController such that score and combo are now displayed properly on the screen
* update on file reading and reading color from metadataAidan Ross2023-05-26
|
* Starting to test with reading in notes from a fileAidan Ross2023-05-26
|
* Move levels outside of src, prepare for leaderboard writing and other small ↵sowgro2023-05-25
| | | | changes
* the main.Level() class is now declared in levelcontroller with the name of ↵Aidan Ross2023-05-25
| | | | the level being read in the assets folder, allowing for different songs in the list.
* These are zachs changes to level controllerAidan Ross2023-05-25
|
* fix keys when running gameplayer in guisowgro2023-05-25
|
* rename gameplay packagesowgro2023-05-25