-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
45 lines (27 loc) · 2.18 KB
/
readme.txt
File metadata and controls
45 lines (27 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Game name: aMazeInMonkey
Overview: You are a monkey trying to find its way out of a maze to get to the jungle: will you be able to get to the goal alive!?
//========================================//
Assignments Requirements:
1. Locked door:
a few locked doors will make the game more intersting.
2. Hidden object:
enemies are hidden, they will try and attack you,
some objects may be hidden inside safes
3. Incomplete object:
To be able to view enemies you will have to pair specs and lens
4. Limited resourse:
Your life points won't last forever, by eating the wrong fruit
you can get an infection that will make you lose life points as
you move around the maze
You can also pick a shield that will be able to protect you for a limited amout of hits
Pockets have a limited space, so carry only what you need
//========================================//
Notable features: You will never play the same game twice!
1. Enemies have their own behaviour...some might stay still, some may move, some might hit you when you fight them, some might steal your goods...and their behaviour might change during the battle
2. each time you move the shortest path from your location to the goal is re-calculated: enemies might move to get on your way, depending on their behaviour (you will see "sinister sounds..." when that happens)
3. enemies are placed at random, in such a way that the strongest ones will be on the shortest path to the jungle: each of them is classified depending on their behaviour, their type and life points
4. items are placed randomly, following certain criteria, such as:
you won't be able to find a safe key in the same room where a safe is
at least initially, etc
5. doors are locked at random, following certain criteria, to make the game more intersting, but you are guarnateed to have a clear path to at least one door key
6. lastly: you should never ever get a simple "true" or "false" "Prologian" response to your queries in ay situatuion: at game start, during the game or when the game finishes, you will always be able to get a clear exlpanation to any of your queries assuming you use the ones provided to you.