Coding
January 2024
Rhythm Road was created in my junior year Introduction to Programming class using the Processing language.
Rhythm Road is a rhythm game with the objective of clicking circles that spawn on beat with the level’s song. When beats appear, the player has 2.5 seconds (2 on extreme levels) to click the beat. If the beat is clicked, the score goes up by 1. If it is missed, nothing will happen. If more than 4 beats are missed in a row, the player will fail the level.
The player can win a level by making it to the end without failing. When a player wins the game, their score is added to their total points statistic, which can be viewed in the stats menu.