Skip to content

gw416/LetsPlay2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome Lets Play 2D

Lets Play 2D is a side scrolling platform Game build entirely in Java.

Download and Launch the game as a Java Application.

How to Play (click me)
 * To complete a Level you must defeat all enemies without losing all your health.

 * To win, complete all Levels - Good luck and have fun! 
While on MENU
  * PLAY - Start the game on Level 1.
  * OPTIONS - Opens the Options menu to control sound settings.
  * QUIT - Closes the game.
While Playing
  * BACKSPACE - Toggle the PAUSE menu.
  * ESCAPE - Toggle the PAUSE menu.
  * A - Move Left.
  * D - Move Right.
  * SPACE - Jump.
  * LEFTCLICK - Basic Attack.
  * RIGHTCLICK - Power Attack. 
  * BLUE POTION - Gain power bar stacks.
  * RED POTION - Gain health bar stacks.
While Paused
   * Toggle music.
   * Toggle Sound Effects.
   * Volume slider.
   * Return to Game Menu.
   * Restart Current Level.
   * Resume Game.
After Completing a Level
  * Return to Menu
  * Play Next Level

LetsPlay2D


Developer Notes:

If you are to create new levels you must maintain these rules:

  1. Level height of 14 tiles (pixels)

  2. Minimum Level width of 26 tiles (pixels)

  3. Level .png name should be a number higher than the previous Level (Ex. 5.png, 6.png ... 9.png)

  4. Player spawn must exist

  5. Minimum one Enemy per Level

Releases

No releases published

Packages

No packages published

Languages