Project: zuul-with-player
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 exercises 7.30 through 7.34 in the book.

A new class (Player) is created to hold information and functionality 
related to the player like name, current room, etc. 

The player can pick up and drop items. 
There is a maximum weight that the player can carry.
If the player eats a magic cookie the maximum weight the player can carry is
increased.
