Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theroughcode/astrojump

:alien: 2D jump-based platformer.
https://github.com/theroughcode/astrojump

csharp game-development unity

Last synced: 8 days ago
JSON representation

:alien: 2D jump-based platformer.

Awesome Lists containing this project

README

        

# Astrojump ![AstroJump](https://github.com/theRoughCode/AstroJumPy/blob/master/android-icon.png)

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](https://github.com/MichLiang).

character select
start
gameplay

## Motivation
This project [started off](https://github.com/theRoughCode/AstroJumPy) 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#.