https://github.com/fukuchi/jumplab
JumpLab is a software that allows you to experiment with variable parameters for jumping and camera movement in platform games (jump action games) such as Super Mario Bros. It is designed as an educational tool for learning how parameter settings affect the sense of playing in video games.
https://github.com/fukuchi/jumplab
educational-software platform-game
Last synced: 2 months ago
JSON representation
JumpLab is a software that allows you to experiment with variable parameters for jumping and camera movement in platform games (jump action games) such as Super Mario Bros. It is designed as an educational tool for learning how parameter settings affect the sense of playing in video games.
- Host: GitHub
- URL: https://github.com/fukuchi/jumplab
- Owner: fukuchi
- License: gpl-3.0
- Created: 2020-07-27T08:30:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T09:23:33.000Z (over 4 years ago)
- Last Synced: 2025-01-29T19:30:52.294Z (about 1 year ago)
- Topics: educational-software, platform-game
- Language: Processing
- Homepage: https://fukuchi.org/works/jumplab/
- Size: 1.01 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JumpLab: a testbed for studying jump motion and scrolling algorithms of videogames

## Introduction
JumpLab is a software that allows you to experiment with variable parameters for jumping and camera
movement in platform games (jump action games) such as Super Mario Bros. It is designed as an
educational tool for learning how parameter settings affect the sense of playing in video games.
Please visit for further information.
## Quick note
- [Processing](https://processing.org/) 3 or higher is required.
- Install [ControlP5](https://www.sojamo.de/libraries/controlP5/) and [Game Control Plus](http://lagers.org.uk/gamecontrol/) from "Add Library..." from the "Import Library..." menu.
- Press left/right arrow keys to move left/right, and space key to jump.
## TODO
- Sound effects
- Level selector / level editor
- Double jump
- Vertical forward focus
- Terminology check
## LICENSE
JumpLab is released under the terms of the GNU GPL 3.0.
JumpLab: a testbed for studying jump motion and scrolling algorithms of videogames
Copyright (C) 2020, 2021 Kentaro Fukuchi and other contributors
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see .