# 04 Amazing Games

# Scary Maze

View Source View Source


maze image

# Goal:

Design and build a maze game

# Steps:

  1. Find the Scary Maze recipe program ( ScaryMaze.java ) and open it using Eclipse.
  2. Follow the instructions in the program to help you design and build a maze game.

# Dragon Fight

View Source View Source


dragon fight image

# Goal:

Use random numbers and pop-ups in a while loop to fight a dragon for its treasure.

# Steps:

  1. Find the Dragon Fight recipe program ( DragonFight.java ) and open it using Eclipse.
  2. Follow the instructions in the program to code this game.