Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tentone/wallrunner

Wallrunner is meat boy like platform game. Mobile and desktop crossplatform game source code.
https://github.com/tentone/wallrunner

game libgdx mobile

Last synced: 29 days ago
JSON representation

Wallrunner is meat boy like platform game. Mobile and desktop crossplatform game source code.

Awesome Lists containing this project

README

        

# Wallrunner
- Wallrunner platformer game repository, developed as a first mobile project.
- Super meat boy like game mechanics (running, wall jumping, etc).
- Built with Java and LibGDX and supports multiplatforms (Android, Desktop, iOS).
- Has a level editor to create levels for the game.
- Support for vectorial animations using the Ganimator framework (made as a separate project)
- Custom made physics engine with support for AABB.
- Background layers with support for parallax movement.
- Sprite based particle emitting system (software).
- Software generated light meshes working with the physics AABB data.
- Used to run smoothly over 60fps on my old Xperia X1 phone running Android 2.0 with a Qualcomm MSM7227 520MHz processor.

## Screenshots

## Build
- Install Eclipse with the Android development plugins
- Download the last release of LibGDX
- Import the source code into the workspace
- Build and run (Android, Desktop, iOS).

## License

- Project uses a MIT license.
- The license is available on the project GitHub page