Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 512 Bytes

File metadata and controls

19 lines (14 loc) · 512 Bytes

Jumper-java

Jump King inspired game for first Object oriented programming course work.

Features:

  1. 2d Physics
  2. Ingame map editor
  3. Map JSON file compatable with "Tiled" map editor
  4. 3 Levels
  5. Animations

Controls:

  1. Arrow keys - Movement (pressing down let's you do a powerjump!)
  2. Z - Toggle map editor overlay
  3. Mouse - To interact with map editor

(last block in the overlay is used as an eraser (removes block).

Requires Java Runtime Environment 17