Skip to content

JumpKing-like jump game and its map generator written in vanilla JS.

License

Notifications You must be signed in to change notification settings

ckswjd99/JumpManJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JumpManJS

Simple jump game template made of raw JavaScript.

Gameplay

Demo

Try gameplay here.

Move with arrow keys, change and jump with spacebar.

Requirement

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.

Map Maker

Demo

Try map maker here. / Sample World JSON

Short Video Tutorial

Video Label

How to Use

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.

Notice

  • Demo links above always can be outdated!
  • Careful tutorial for map maker is yet to be prepared. Sorry for this.

About

JumpKing-like jump game and its map generator written in vanilla JS.

Topics

Resources

License

Stars

Watchers

Forks