Skip to content

A dungeon game made with Java. A good starting point to understand how games work.

Notifications You must be signed in to change notification settings

storatus/java-dungeon-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java Dungeon Game

As part of an MSc Project, I have built a dungeon game with Java. It serves very good as a game template for future projects.

Running the game

  • Please clone this repository using git clone https://github.com/storatus/java-dungeon-game.git first.

  • In your directory after cloning please do the following to run the game:

$ cd java-dungeon-game/src
$ javac Main
$ java Main

Features

The hero must collect three coins in a level so he can go through the blue door. If you touch a monster you die and have to restart.

Examples

Support

Please visit my website . I am always open for new projects and freelance work.

License

License

About

A dungeon game made with Java. A good starting point to understand how games work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages