Platformer Game banner

Platformer Game

1 devlog
1h 29m 17s

This game is an endlessly generating platformer where the player jumps between platforms spawned in using logic. There are special platforms in the game to increase the cahllenge and there will be power-ups at set points to make the game more ente…

This game is an endlessly generating platformer where the player jumps between platforms spawned in using logic. There are special platforms in the game to increase the cahllenge and there will be power-ups at set points to make the game more entertaining.

This project uses AI

Used Cursor AI & Windsurf AI for code completion and generation. Also used Chatgpt for planning and prompt creation

Repository

Loading README...

Samanyu Mahadevan

I created a proper playable version of the game. I created player physics and mechanics for platformer logic. I also created an adaptive platform spawning logic to randomly generate each run using probability scales and values while making sure the next jump is always possible and not too easy. I then added special platforms to the game, such as horizontally & vertically moving platforms that move in a randomized range and spawn at balanced probabilities. And added disappearing platforms, which appear more commonly than the moving platforms, which vanish after 1.5 seconds. After these gameplay changes, I altered the aesthetics of the game, adopting a space theme background by adding stars in the background using custom-made star images, and implementing planets spawning in the background over time.

Attachment
0