Skip to content

mhero/java-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java maze game

Docker:

docker-compose up -d
docker attach java-maze_app_1

Build:

  • Install maven
  • Run in terminal command:
mvn package

Run:

java -jar target\mazer-jar-with-dependencies.jar

Includes:

  • Maze generator
  • Game menu
  • Storing/loading game
  • Trivia topic when enemies encounter
  • Auto restart after winning

Instructions:

  • Start the program
  • Main menu shows, start a new game using 1, load previous game using 2
  • You'll be sent to secondary menu, you can navigate the maze using that
  • To save, return to manin menu using 5, and save it using 3
  • Once you encounter an enemy "X" you'll be prompt with a question

alt text

About

Maze generator game based on java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors