Skip to content

A simple 2D (board actually) gun shooting game. Written in Java language with GUI. It has an online part which I haven't implemented yet.

Notifications You must be signed in to change notification settings

GitRahim/Java-simple-shooting-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Java-simple-shooting-game

A simple 2D (board actually) gun shooting game. Written in Java language with GUI. It has an online part which I haven't implemented yet. The main part of this project is using GUI and threads in Java. I worked a little bit with files too.

Screenshot (2)

The first page of the game. I took this screen shot while running the program in Eclipse IDE, hence the background is part of my code in Eclipse.

Screenshot (9)

This is the setting page wich you can choose the length of dimentions of the board and the proportion of trenches.

Screenshot (10)

This is the game itself. The blue triangle is you, red ones are enemies (the enemies also are enemy of each other and kill each other). At first each of you have 3 lives. Yellow cells are trenches which you can't shoot or move through.

Screenshot (11)

Every 20 seconds, a life will appear on a random cell of the board and you can gain one more life by eating the heart(life). Maximum number of lives is 4.

About

A simple 2D (board actually) gun shooting game. Written in Java language with GUI. It has an online part which I haven't implemented yet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages