Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tentone/wallrunner
- Owner: tentone
- License: mit
- Created: 2018-03-20T19:19:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T14:46:28.000Z (over 2 years ago)
- Last Synced: 2024-11-12T18:11:55.344Z (3 months ago)
- Topics: game, libgdx, mobile
- Language: Java
- Homepage:
- Size: 19.3 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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