https://github.com/theroughcode/astrojump
:alien: 2D jump-based platformer.
https://github.com/theroughcode/astrojump
csharp game-development unity
Last synced: about 2 months ago
JSON representation
:alien: 2D jump-based platformer.
- Host: GitHub
- URL: https://github.com/theroughcode/astrojump
- Owner: theRoughCode
- Created: 2019-05-07T03:35:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T23:05:44.000Z (about 6 years ago)
- Last Synced: 2025-09-05T18:21:30.193Z (9 months ago)
- Topics: csharp, game-development, unity
- Language: C#
- Homepage: https://play.google.com/store/apps/details?id=com.TheRoughCode.AstroJump&hl=en
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astrojump 
## 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).

## 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#.
