Space Runner banner

Space Runner

1 devlog
1h 29m 17s

A space-themed endless platformer that has the player play as an astronaut character moving and jumping through randomly generated platforms. There exist different kinds of platforms spawning at various probabilities: normal platforms, disappearin…

A space-themed endless platformer that has the player play as an astronaut character moving and jumping through randomly generated platforms. There exist different kinds of platforms spawning at various probabilities: normal platforms, disappearing platforms, and moving platforms. The goal of the game is to attain the highest score possible against the camera moving against you. Artworks were found on itch.io.

This project uses AI

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

Demo 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