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

https://github.com/theroughcode/astrojumpy

:rocket:Side project I worked on while waiting for University to start. Started this to help me learn Python. Realized Python is not a good platform for developing Android apps, so i migrated the code over to Java.
https://github.com/theroughcode/astrojumpy

game pygame python

Last synced: 10 months ago
JSON representation

:rocket:Side project I worked on while waiting for University to start. Started this to help me learn Python. Realized Python is not a good platform for developing Android apps, so i migrated the code over to Java.

Awesome Lists containing this project

README

          

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

Side project I worked on while waiting for University to start. I began this side project to help me learn Python and mobile game development. Python has a few libraries that allows developers to create mobile games, such as PyGame which I used. However, PyGame is a relatively new library with not as many features as compared to Android Studio. Thus, I made the decision to migrate my code over to Java and continue development in Android Studio. I do not regret having started this in Python as it allowed me to dig deeper into the intricacies of Python and get familiar with the syntax *(my favourite to date)*.

All artwork featured in this game were all made by me for this game.

## How to Install the APK
1. Download the .apk file [here](https://github.com/theRoughCode/AstroJumPy/blob/master/AstroJump-1.0-release.apk).
2. Allow Installation from Unknown Sources `(Settings -> Security -> "Unknown Sources")`.
3. Install the .apk
4. Enjoy the game!

## In-Game Screenshots
![](https://github.com/theRoughCode/AstroJumPy/blob/master/screenshots/Screenshot_20170131-231739.png "Main Menu")
![](https://github.com/theRoughCode/AstroJumPy/blob/master/screenshots/Screenshot_20170131-231804.png "Character Select")
![](https://github.com/theRoughCode/AstroJumPy/blob/master/screenshots/Screenshot_20170131-232019.png "In Game")