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
Developer Notes:
If you are to create new levels you must maintain these rules:
-
Level height of 14 tiles (pixels)
-
Minimum Level width of 26 tiles (pixels)
-
Level .png name should be a number higher than the previous Level (Ex. 5.png, 6.png ... 9.png)
-
Player spawn must exist
-
Minimum one Enemy per Level