Skip to content

This Java project features a 2D game that includes a player, enemies, and various levels for user progression.

Notifications You must be signed in to change notification settings

HanaHalitim/Game2D-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Java Application

Description

This is a multi-level game developed in Java. The game consists of five different levels where the player must defeat all enemies to progress to the next level. User progress is saved in a .txt file that stores usernames and the highest level reached.

The application is structured around several classes, with MainClass, Game, GamePanel, and GameWindow being the primary ones.

Documentation

The project uses Javadoc for documentation. Generate the Javadoc files with the following command:

javadoc -d doc -sourcepath src -subpackages .

This command will create documentation in the 'doc' directory, sourcing information from the 'src' directory and all its subpackages.

About

This Java project features a 2D game that includes a player, enemies, and various levels for user progression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages