aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)Author
2023-06-02SYNCING IS FIXED!!!!Aidan Ross
2023-06-02some new pictures and stuffZach Jordan
2023-06-02kinda working note writersowgro
2023-06-02bpm is now a doublesowgro
2023-06-02start note editor, new test levelsowgro
2023-06-02Finish levelUtility and project cleanupsowgro
2023-06-01finish gui level editorsowgro
2023-06-01early code for level editor guisowgro
2023-05-31leaderboard sort by score by default, and fix gameOver diff titlesowgro
2023-05-31same thing as last commitZach Jordan
2023-05-31The music is still out of synccccAidan Ross
2023-05-31i changed one (1) line of code to not hardcode bpmZach Jordan
2023-05-30fix cut off text in tablesowgro
2023-05-30finish metadata and leaderboard readingsowgro
2023-05-30more testingZach Jordan
2023-05-30testing stuffZach Jordan
2023-05-30finished difficulty stuff, hope it worksZach Jordan
2023-05-30finished difficulty json methods. i hope they work lmaoZach Jordan
2023-05-30working on difficulty stuff. difficulty should be ready, but leaderboard is ↵Zach Jordan
a wip.
2023-05-30Bit of progress on reading in the bpm and nuimbeatsAidan Ross
2023-05-30add placeholder bpmsowgro
2023-05-30add cancel() to songPlayer class, which can be called to stop the music and ↵Aidan Ross
the gameloop
2023-05-30commentsowgro
2023-05-30added music to file readersowgro
2023-05-30finished level metadata file reading.Zach Jordan
2023-05-30add comment about game over screensowgro
2023-05-30Early syncing tests with placeholder hit sounds and miss soundsAidan Ross
2023-05-28Early music testing + added red flash when missing a noteAidan Ross
2023-05-28Removed unnecesary files in the gameplay class, as well as merged ↵Aidan Ross
gameplay.score with main.scoreController such that score and combo are now displayed properly on the screen
2023-05-26update on file reading and reading color from metadataAidan Ross
2023-05-26Starting to test with reading in notes from a fileAidan Ross
2023-05-26add default colors to Levelsowgro
2023-05-25Move levels outside of src, prepare for leaderboard writing and other small ↵sowgro
changes
2023-05-25add file reading system in levelcontrollersowgro
2023-05-25the main.Level() class is now declared in levelcontroller with the name of ↵Aidan Ross
the level being read in the assets folder, allowing for different songs in the list.
2023-05-25I think I fixed levelcontroller? I commented out some methods that werent ↵Aidan Ross
used I dont know if we need them but I found out what was wrong with the file reading
2023-05-25These are zachs changes to level controllerAidan Ross
2023-05-25changes to level classZach Jordan
2023-05-25changes to level classZach Jordan
2023-05-25deleted all the files we dont needAidan Ross
2023-05-25metadata for test level and a json readerZach Jordan
2023-05-25fix keys when running gameplayer in guisowgro
2023-05-25rename gameplay packagesowgro
2023-05-25fixed all the mistakes i just made whoopsAidan Ross
2023-05-25Renamed everything to be better and fixed arches on SongPlayerAidan Ross
2023-05-24add testSongPlayer (copy of newSongPlayer) to test the song player inside ↵sowgro
levelSurround
2023-05-24Instead of timestamps, notes are now sent in by beats, which are based off ↵Aidan Ross
of the song's bpm.
2023-05-24Score now completely works, and changed flashing color on buttonsAidan Ross
2023-05-24Scoring now almost works, and finished the visuals for hitting a noteAidan Ross
2023-05-24i wrote one (1) line of code to start LevelControlsowgro