Project: zuul-refactored
Authors: Michael Kolling and David J. Barnes
Modified by: Poul Henriksen (2005)

This project is supplementary material for the book

   Objects First with Java - A Practical Introduction using BlueJ
   Second edition
   David J. Barnes and Michael Kolling
   Pearson Education, 2004
  
This project implements the solution to exercise 7.29 in the book.

It is a refactoring of zuul-with-items created in exercise 7.22. 
A new class (Player) is created to hold information and functionality 
related to the player like name, current room, etc.