Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/theroughcode/astrojump
- Owner: theRoughCode
- Created: 2019-05-07T03:35:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T23:05:44.000Z (over 4 years ago)
- Last Synced: 2024-12-31T23:48:33.673Z (10 days 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: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astrojump ![AstroJump](https://github.com/theRoughCode/AstroJumPy/blob/master/android-icon.png)
## 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#.