For a video tutorial and demo, please visit the link: Video Tutorial & Demo.
“Emoji Maze” is an emoji-themed 2D maze arcade game.
The maze’s map is based on a dungeon’s layout.
Try to collect all the money bags and escape safely!
Have fun!
To create the .jar file using Maven:
- Make sure the command was entered in the
\EmojiMaze
directory - Start by entering the following into in the command line
mvn package
- Then
cd target
to move into target folder - Next, type and enter the below command to run the .jar file
java -jar EmojiMaze-1.0-SNAPSHOT.jar
- The game screen will appear! Go ahead and click the 'Enter' button to begin playing!
- Click the 'Help' button for an in-game rulebook to follow along
To run the game in the main method:
- Open the
App.java
file and run the main method
- Make sure the terminal is in
\EmojiMaze
directory - Type the below command into the command line
mvn test
- The tests will run automatically
- Beatrice Chan
- Matthew James Maxwell
- Samuel Jen
- Sepinound Fasihimajd