theRoughCode / Astrojump

:alien: 2D jump-based platformer.

Home Page:https://play.google.com/store/apps/details?id=com.TheRoughCode.AstroJump&hl=en

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astrojump AstroJump

Get it on Google Play

About

Play as an astronaut who has crash-landed on a foreign planet and is trying to jump his way out. Watch out for sneaky platforms! All sprites were made by me and the awesome background was made by the amazing @MichLiang.

character select

start

gameplay

Motivation

This project started off as an opportunity to learn Python while implementing a game idea I had. However, as the game scaled up, I realized that the code base became too messy and functions weren't modular enough. Trying to avoid spaghetti code, I restarted the project in Unity and C#.