aboutsummaryrefslogtreecommitdiff
path: root/src/gameplay (unfollow)
Commit message (Collapse)Author
2024-07-08Change project structure, embed resources into jar and remove libraries from ↵sowgro
source control
2023-06-07So turns out missMute was broken this entire timeAidan Ross
2023-06-07Somehow, the linear interpolator on the note animation got lost at some ↵Aidan Ross
point so I put that back in. Also, I fixed a centering issue in the distanceToGoal() method that caused some perfect hits to register as good.
2023-06-06fix sound and project cleanupsowgro
2023-06-06Miss sound is muted if not in songplayerAidan Ross
2023-06-06small tweakssowgro
2023-06-05improve level surround contrast, add key labelssowgro
2023-06-05update metadata for levels with diff prioritysowgro
2023-06-05new apathetic empathy difficultyZach Jordan
2023-06-05Syncing Issues fixed and added Q as a beat timer in the terminal.Aidan Ross
2023-06-05rewrote everything related to soundsowgro
2023-06-03Background switching for songs, and a little bit of testing with the level ↵Aidan Ross
editor
2023-06-03I just realized my syncing fix broke the editor so that's fixed nowAidan Ross
ft. Ed Sheeran
2023-06-03Added some menuing sounds and made the hitsounds less obnoxiousAidan Ross
2023-06-03SYNCING ISSUES COMPLETELY FIXED and theres not even any workarounds this ↵Aidan Ross
time it just works also songs now start on beat zero in the notes.txt file
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-02Finish levelUtility and project cleanupsowgro
2023-05-31The music is still out of synccccAidan Ross
2023-05-30Bit of progress on reading in the bpm and nuimbeatsAidan Ross
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-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-25Move levels outside of src, prepare for leaderboard writing and other small ↵sowgro
changes
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-25These are zachs changes to level controllerAidan Ross
2023-05-25fix keys when running gameplayer in guisowgro
2023-05-25rename gameplay packagesowgro