Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 354 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 354 Bytes

A simple 2D platformer. WIP

Controls

Up - Jump
Left, Right - Walk
(while airborne) A + directions - 8-directional boost
F1 - display hitboxes

Features

  • Updates at 60 fps
  • Gravity physics
  • Collision detection
  • Map Editor
  • Camera shake
  • Parallax Scrolling

Libs

Uses LWJGL 3.1.6 ( https://github.com/LWJGL/lwjgl3/releases )