Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 894 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 894 Bytes

Jumping Jack

Game live coding: https://youtu.be/z7gsMxobI6s

Jumping Jack is an action game where the character, Jack the Koala, jumps around a level collecting as many coins as possible; he must reach the goal flag before time runs out.

Controls

  • Left and Right key: walk
  • Space bar: jump
  • Down key + Space bar : get off the platform

Jumping Jack

Setup

Disclaimer

This "framework" is the result of reading, studying and learning the examples shown in the book "Java Game Development with LibGDX" by the author Lee Stemkoski.