https://github.com/esadek/jungle-jumper
Jungle Jumper is a one-button, side-scrolling, endless runner game developed with Lua.
https://github.com/esadek/jungle-jumper
game love2d lua
Last synced: about 1 month ago
JSON representation
Jungle Jumper is a one-button, side-scrolling, endless runner game developed with Lua.
- Host: GitHub
- URL: https://github.com/esadek/jungle-jumper
- Owner: esadek
- License: zlib
- Created: 2025-07-26T21:50:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-26T22:38:33.000Z (11 months ago)
- Last Synced: 2025-07-27T02:13:20.983Z (11 months ago)
- Topics: game, love2d, lua
- Language: Lua
- Homepage: https://emilsadek.itch.io/jungle-jumper
- Size: 1.21 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://emilsadek.itch.io/jungle-jumper)
[](LICENSE)
Jungle Jumper is a one-button, side-scrolling, endless runner game developed with Lua. Run and jump through the jungle while avoiding the spiked obstacles to reach a high score.
## Installation
Clone the repository and change directories:
```bash
git clone https://github.com/esadek/jungle-jumper.git
cd jungle-jumper
```
Run the game with LÖVE:
```bash
love src
```
## Credits
Jungle Jumper was build with the following components:
- Framework: [LÖVE](https://www.love2d.org/)
- Image assets: [Jungle Pack](https://jesse-m.itch.io/jungle-pack) and [Pixel Adventure](https://pixelfrog-assets.itch.io/pixel-adventure-1)
- Music: [Cozy Tunes](https://pizzadoggy.itch.io/cozy-tunes)
- Font: [m6x11](https://managore.itch.io/m6x11)
## License
The source code for Jungle Jumper is free and open-source, released under the permissive [zlib license](LICENSE).