
Jeff Long Run
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
Instructions
Use Python3 and Pygame to work, so Linux users must install them (use your package manager for python, i. e. `pacman -S python3`, and pip to install pygame `sudo pip install pygame`).
A stand-alone executable for Windows is available.
Story
Jeff, the tiny squared robot, want to travel around the world. Help him to realize his dream !
Unfortunately, Jeff forgot he can't do anything else than go forward when he's running out of power. It will be harder than expected ... Good Luck !
Controls
* Use space to jump
Level editor
A basic level editor is available on the github repository. It takes on parameter an existing and valid level file and allow to edit it.
`Usage : ./LevelEditor.py path/to/level_file.json`
You can switch blocs with mouse wheel, put them with left click and move on the map with left/right arrow keys.
Demo
https://www.youtube.com/watch?v=oEFOJntUVNg
Technos
* Python3
* Pygame
Graphisms
* All was made with pinta
Developer
* Matthias Rigaud
FIX
#### Windows
* Remove console
* Repair level selection menu