Skip to content

YeongHyeon/ChopLifter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChopLifter

This is a classic game.
It was created during the process of studying GUI or game programming.
It is a game that customized the existing game.

See the more video in YouTube
Video 1
Video 1

The rules of this game are as follows.

1. Press Space to start the game.
2. You can move the main character with arrow keys and attack the enemy by pressing Z and X keys.
3. At the same time as the game starts, the glow begins to grow.
4. If the game is over when the glow is over, you will win the game if you earn 3000 points or more before that.
(10 points for destroying enemy helicopters and turrets, 100 points for rescuing 1 person.)

ChopLifter\

images\

It is the location where images for screen composition are stored.

src\

Java source code is located here.

ChopLifter.java
The source for running objects throughout the game.

Bomb.java, Cloud.java, Helicopter.java ...
An object that has a movement or life cycle.

GameObj.java, Util.java
A collection of methods or useful methods to which objects inherit.

Releases

No releases published

Packages

No packages published

Languages