Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ganesh2shiv/jump-ninja
A simple platform-based 2D game for Android built with AndEngine.
https://github.com/ganesh2shiv/jump-ninja
2d-game andengine andengine-library android
Last synced: about 1 month ago
JSON representation
A simple platform-based 2D game for Android built with AndEngine.
- Host: GitHub
- URL: https://github.com/ganesh2shiv/jump-ninja
- Owner: ganesh2shiv
- License: apache-2.0
- Created: 2016-01-05T11:06:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T11:49:45.000Z (almost 9 years ago)
- Last Synced: 2023-03-15T03:21:57.446Z (almost 2 years ago)
- Topics: 2d-game, andengine, andengine-library, android
- Language: Java
- Homepage:
- Size: 10.5 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Jump Ninja
==========A simple platform-based 2D game for Android built with AndEngine.
Description
-----------I did this project for a friend of mine sometime back. I chose AndEngine honestly because I didn't do much research
about all the Game Engines available back then and it turned out to be a mistake.Those of you who don't know, [AndEngine](https://github.com/nicolasgramlich/AndEngine) is pretty much dead now.
There's really no reason that you should use AndEngine now. There are far better alternatives out there - LibGDX and Unity come to mind.
This project was inspired from [this tutorial](http://www.matim-dev.com/full-game-tutorial---part-1.html).
Build (apk)
-----------You can download the debug build directly [from here](/apk/app-debug.apk).
Screenshots
-----------![Game play](/art/game_play_01.png)
![Game play](/art/game_play_02.png)
![Main menu](/art/main_menu.png)
![Sub menu](/art/sub_menu.png)
![High scores](/art/high_scores.png)
![Music options](/art/music_options.png)
![Splash screen](/art/splash_screen.png)
**Note: I have tested it on only a couple of devices. So there's no guarantee that it will run on all devices.**
Resources
---------You can download the psd version of all the image resources used in this project [from here](/art/). And feel free to tweak them as per your requirements.
Credits
-------Most image resources like background and player-sprite used in this project are taken from http://opengameart.org/
License
-------Copyright 2015 Ganesh Mohan
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.