The Labyrinth

From CompSciWiki
Revision as of 15:55, 3 April 2010 by TylerD (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Back to the Program-A-Day homepage

Problem

For this problem, you will create a labyrinth. The user will be given a series of decisions to make in hope of making it to the end. For the simplicity sake, the labyrinth will very simple and small. Design the labyrinth exactly as described below. The input will be recorded using JOptionPane.showInputDialog and the output will be done with System.out.println.

 

SideSectionTitle

float
Taken from http://www.flickr.com/photos/daniello/565304023/

An image or By Students section

Solution

Code

Solution Code

Back to the Program-A-Day homepage