# 04 Amazing Games
# Scary Maze
# Goal:
Design and build a maze game
# Steps:
- Find the Scary Maze recipe program ( ScaryMaze.java ) and open it using Eclipse.
- Follow the instructions in the program to help you design and build a maze game.
# Dragon Fight
# Goal:
Use random numbers and pop-ups in a while loop to fight a dragon for its treasure.
# Steps:
- Find the Dragon Fight recipe program ( DragonFight.java ) and open it using Eclipse.
- Follow the instructions in the program to code this game.