note-mash
- 8 Devlogs
- 9 Total hours
rhythm game huzzah huzah
rhythm game huzzah huzah
okay so when i thought i fixed the song delay bug earlier with the click to start feature, it did NOT!! actually fix it… but this time i tested it on itch.io and now it WORKS :D
i had to change the song type from mp3 to ogg and change how the notes tracked time. now it works, huzzah!
made a song end screen, which then brings you back to song selection after a few seconds.
i have also changed the background of the song selection, gave the play button a design, and changed up some fonts during the song. im not sure how to feel about the backgrounds, but we’re getting somewhere! :)
so i pushed my code to itch.io, and oh no! the song wasn’t synced up! i didn’t take loading into account, so the song would start delayed but the chart notes would come down before it, caused it to be out of sync. with some searching up, i decided on letting the user click to start whenever they were ready and loaded to play! :)
made a song selection scene, and (poorly) charted another song! this will be replacing the other song, since this one is copyright FREE! the chart right now its a bit off, but not THAT off as shown in the video, idk why the music is so delayed </3 regardless, i will have to tweak the chart a bit, but im glad that i have a proper menu -> selection -> song format going on!
got a chart going on, with the help of claude helping me make a charting system, where its basically just a function that records my inputs and outputs it into the output so that i can put these timings into my note array. i still need to edit it, but it is a great start! got some note skin on cause the rectangles annoyed me lol. this seems to be going great so far, and its been fun working on this! i also decided to make it 4 lanes instead of 6 because i think a lot more people play 4 key than 6 key, but maybe ill add different modes in the future :)
wanted to try to make a rhythm game, since i like those a lot lol. i followed a guide that got me this working rhythm game with drawn lines through code, but ill probably change that later and customize it more
i think its a nice start, but im not sure when ill keep working on this since i wanna work on the webos mission, but i do want to come back sometime!