G'Day Folks,
Here is another game from Tim Hartnell's book "The Big Fat Book of Computer Games".
As before, I am posting:
- the original BASIC source;
- a simple translation to pascal; and
- an "improved" game.

The original game is basically a text "adventure" - the user needs to collect 6 "magic objects" from a "maze" of 8 rooms. Unfortunately, the maze is limited and fixed...
My "improved" game (still) isn't very interesting.

The user needs to collect 3 specific "magic objects" from a magician's mansion (23 rooms). The "large" number of rooms increases interest; also the mansion is randomly created each time the game begins. The mansion's plan is drawn as the user explores the building (use CTRL-mouse-down to pan the view; or CTRL-mouse-wheel to zoom the view). Because of the CTRL-mouse action, the code will (presumably) need tweaking for other OS's.
Finally, the game includes lots of text - all in (Australian) English. :'(

So, I apologise in advance to all the non-english speakers.
Enjoy.
S.
EDIT: I can't post both projects, so I'll need a 2nd post...