Simple jump game template made of raw JavaScript.
Try gameplay here.
Move with arrow keys, change and jump with spacebar.
This template is fully made of vanilla JavaScript.
Simply make <div>
area with your favorite size, set its attribute id="JumpMan"
, then link /jumpman/index.js
.
Scripts will automatically fill the provided area with the game.
Try map maker here. / Sample World JSON
Drag: create rectangular area.
Key R: make rectangular physical object.
Key Q, W, A, S: make right triangle object.
Key D: delete selected object.
Key F: flush every object & parameters in a scene.
- Demo links above always can be outdated!
- Careful tutorial for map maker is yet to be prepared. Sorry for this.