geometry dash
games
Created on 16th April 2024
•
geometry dash
games
The problem geometry dash solves
Geometry Dash players must overcome obstacles and jumps to accomplish levels. One scene features spikes and shifting platforms. To dodge the spikes, the player must hop precisely. The platforms move at varying speeds, adding to the challenge. The player must calculate the best jump timing and trajectory to avoid spikes and platform gaps in this section. Can you find the jump sequence needed to cross this obstacle and reach the next checkpoint?
Challenges I ran into
One specific hurdle I encountered while building this project was a recurring bug in the collision detection system. Initially, the player character would sometimes pass through solid obstacles unexpectedly, leading to frustrating gameplay experiences.
To overcome this issue, I meticulously reviewed the collision detection code, checking for any logical errors or inconsistencies. After identifying a few areas for improvement, I implemented stricter collision checks and optimized the code for better performance. Additionally, I conducted thorough testing using various scenarios and edge cases to ensure the reliability of the collision detection system.
By addressing the bug methodically and refining the collision detection algorithm, I was able to resolve the issue and improve the overall stability and gameplay experience of the project.
Technologies used
