Skip to content

The Escape is a game built in java using java Swing. In the game, there are two play modes, i.e. Normal and Difficult. The game is to save your player from enemies using cursor control keys. If you want to play the game, clone or download the repo and run "The Escape.jar" file in Compiled Project folder.

Notifications You must be signed in to change notification settings

hasaan21/The-Escape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The-Escape

The Escape is a game built in java swing. The fundamental idea behind my project is to create a game in which there will be a player that has to protect itself from the enemies. The game has two modes i.e. normal and hard. There are different levels that will change with increase of score. Level 10 is the boss level. It’s a never ending game. The game will over as soon as power of player decreases to zero.

Description:

Start: The game will start with displaying a menu. It contains name of the game and three buttons. The Menu buttons are:

  • Play: Click to select difficulty for the game.
    • Normal: To play with normal difficulty.
    • Hard: To play with hard difficulty.
    • Back: To go back to main menu.
  • Help: Click to see instructions regarding game.
  • Quit: Click to quit game.

Game Play: The Normal mode contains basic enemy, fast enemy and a boss enemy for final level. The Hard mode contains hard enemy, fast enemy and a boss enemy for final level. A new enemy will be added to the frame each time level is changed. The level will change with every 500 increase of score. When the player collides with enemy, its power will decrease. The damage effect of basic enemy, fast enemy and boss bullets is same, but the hard enemy has slightly greater damage effect. If player collide with boss, the power will end, and game will over instantly.

End: The Game will end when the power of player reaches zero and Game Over frame will be displayed. It will contain score and a Try Again button. Clicking it will take you to main menu.

How To Play

If you do not have NetBeans and you want to play. Follow the instructions below:

  • Clone or Download the project.
  • Open folder named 'Compiled Project'.
  • Run the file 'The-Escape.jar'.
  • Start Playing!

Note: Do not delete or change anything in res folder. The game will not run that way.

Prerequisites

  • JDK 1.8
  • NetBeans

Built-With

  • Java Swing: A java library for Graphics.

Contribution

  • hasaan21

License

This project is licensed under the MIT License.

About

The Escape is a game built in java using java Swing. In the game, there are two play modes, i.e. Normal and Difficult. The game is to save your player from enemies using cursor control keys. If you want to play the game, clone or download the repo and run "The Escape.jar" file in Compiled Project folder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages