Labels

Showing posts with label The Micro User. Show all posts
Showing posts with label The Micro User. Show all posts

Sunday, 18 August 2013

Castle of Fear (The Micro User type-in) - 4: Solution / Walk-through

This game has several random events, so the walk-through cannot be guaranteed to work every time.

Goal of the game: to win the game, you must to collect all three coins (Bronze, Silver and Gold) and then place one each in 3 consecutively-aligned rooms. At the same time, a wandering troll is attempting to do the same with the jewels found in the castle. If he succeeds first, then you are struck to death on the spot!

However the starting position of the coins is the same with every game. The following walk-through should result in a win after a few tries.

Castle of Fear Walk-through
Starting from the Guests Lounge: E, N, N, W, W, S, S, D, G (get Bronze coin), E, E, U, G (get Silver coin), W, U, E, N, N, W, W, G (get Golden coin), L (drop Golden coin in North end of King's bedroom), E, L (drop Silver coin in Queen's bedroom), E, L (drop Bronze coin in Northern end of N/S passage). If all has gone well, all three coins should now be aligned in a straight row and you win!

Castle of Fear (The Micro User type-in) - 3: Hints

Some hints for playing:

1. What do I need to do to complete the game?
2. How do I escape from the Trap room (north of the Guests' Lounge)?
3. How many coins are there in the game, and where are they?
4. How is the type of coin that you pick up determined?
5. How many jewels are there in the game?
6. What are the rules for picking up and dropping objects?
7. What purpose is the FEED ME room?
8. Where does the coin go when dropped in the Queen's dressing chamber?
9. What is the troll trying to do? 
10. What is the meaning of the messages "You hear a distant SLUURP!" and "You hear a distant WHOOF!"
11. What benefit is the Attack command?
12. Where does the coin go when stolen by a sprite?

Hint 1:

The aim of the game is to collect all 3 coins (Bronze, Silver and Gold) and then place them in a straight line, by leaving one in each of 3 consecutive rooms in the castle. This must be done within the time-limit of 100 turns, and the game will end if the wandering troll similarly succeeds in placing 3 jewels in a straight line in the castle.

Hint 2:

It is not possible to escape from this room, so avoid going north from the Guests' Lounge. If you accidentally wander in, you will need to restart.

Hint 3:

There are 3 coins in the game. At the start of the game, the coins are in the following rooms: North end of King's bedroom, South end of dining room and Bottom of well.

Hint 4:

The type of coin that is picked up is determined by how many coins the player is carrying already. If it is the first coin, it will be Bronze; if it is the second coin, it will be Silver; if it is the third coin it will be Golden.

Hint 5:

There are 4 jewels in the game. The game starts with the troll carrying one, and there are 3 others placed in the castle.

Hint 6:

The player can pick up only coins; the troll can pick up only jewels. The player cannot drop a coin in a room that already contains an object (jewel or coin).

Hint 7:

This is a red herring. Dropping a coin here results in it being lost permanently, making the game unwinnable.

Hint 8:

If you drop a coin in the Queen's dressing chamber, it rolls away down a hole and is placed in the Trap room (making the game unwinnable).

Hint 9:

The troll wanders the castle, randomly choosing between a room with a jewel, the room the player is in, or another random room. He will attempt to pick up a jewel if it is in the room he visits, and drop a jewel if the room is empty (if he is carrying one). His objective is to place 3 jewels in a straight line in the castle i.e. one jewel in 3 consecutive rooms. If he does this, the player loses and is killed instantly.

Hint 10:

These messages occur when the wandering troll picks up or drops a jewel, respectively, and is in another room.

Hint 11:

There is no benefit in using this command, and it can result in your death (if you use it when the troll is in the same room and is carrying a jewel).

Hint 12:

It is placed in a random room in the castle (except for the Trap room). You can find it again by searching the castle.

Saturday, 17 August 2013

Castle of Fear (The Micro User type-in) - 2: Random Events

As you wander the castle, there are various random events taking place, leading to various messages on the screen.

  • "A small dwarf walks up to you, says 'Hurry up', and then walks off." This message occurs with a 9% probability at first, and shows with increasing frequency as the number of turns used increases. It is just there to pressure the player.
  • "Listen, you can hear strange voices." Just a random message for atmosphere.
  • Your coin is stolen by a sprite: if you are carrying a coin, there is a chance (7%) it will be taken from you and placed in a random room of the castle. There is no way to avoid this.
  • Troll behaviour:
    • Movement of the troll: each turn, the troll moves randomly to one of the following rooms: a room that contains a jewel; the room the player is currently in; or a random room in the castle (note, he does not actually traverse the rooms in-between!).
    • The troll may in fact carry multiple jewels at once, however this is not obvious to the player who is told only that the troll is carrying a jewel.
    • If the troll is carrying a jewel, he will drop it in the room if it does not contain one already. This gives the message "You hear a distant WHOOOF!"
    • Otherwise, if the room a troll is in contains a jewel, then the troll will pick it up. This gives the message "You hear a distant SLUURP!"
    • There are 4 jewels in total. At the start of the game, there are 3 jewels placed around the castle and the troll is carrying one.
  • You are killed suddenly by an event (such as a pendulum dropping from the ceiling). Although it is not obvious to the player, this is actually triggered by the troll's interaction with the jewels. You are killed if he succeeds in placing a jewel in each of 3 consecutively-aligned rooms in the castle.

Castle of Fear (The Micro User type-in) - 1

Game Description

Castle of Fear is a text adventure that was published in August 1984 edition of The Micro User magazine as a BASIC type-in. The input method is restricted to a small set of command keys (representing compass directions, GET, DROP, INVE, ATTACK etc).

Castle Of Fear: instructions (but they don't give away much!)

Game Locations

All the game's 27 locations are accessible to you from the start (although one room is a trap and has no exits; at least the game does warn you not to enter!).

There are no typical adventure-like puzzles involving keys or other problems to be found. However there is a troll who wanders the rooms, randomly dropping or picking up jewels (you are unable to pick these up). There are also 3 coins to be found in the castle which you can collect. The type of coin you pick up is determined by how many you are holding already; your first coin is denoted as a Bronze coin; the second is Silver and the third is a Golden coin.

Game Objective

The magazine blurb for the game points out that it was written so that even the person who types it in cannot work out how to solve it. Having said that, the game offers no real clues as to its solution that I have been able to find, so I took a look at the code in more detail. Fortunately, unlike the last text adventure game I looked at (Adventure by Program Power) the code is not obfuscated greatly and can be examined fairly readily.

Castle of Fear: game in play
The instructions merely instruct you to "escape" from the castle and give you a time limit of 100 turns in which to do so.

From examining the program code, to win the game you must to collect all three coins and then place one each in 3 consecutively-aligned rooms in the castle. The trick here is that the type of coin (Bronze, Silver or Gold) is decided when you actually pick it up, based on how many you are carrying already. If you are carrying no coins, the next coin you pick up will be Bronze; if carrying one coin then the next will be Silver; if carrying two coins then it will be Gold.

At the same time, a wandering troll is attempting to do the same with the jewels found in the castle. Caution: if the troll succeeds first, then you are struck to death on the spot!

Castle of Fear Disk Image

An image of the game suitable for playing with the BeebEm emulator can be found at the 8-Bit Software site. Click here for a direct link to the image (zipped).