StendhalDesign: Difference between revisions
Content deleted Content added
No edit summary |
imported>StephenIerodiaconou No edit summary |
||
Line 1:
This small doc tries to
= Plot =
Stendhal's plot is to grow
The task is not as simple
You will need to spend your money on
As you can see Stendhal is a minigame that will try to push and thus test everything related to a fully blown RPG:
* task
* actions
* areas
If Arianne is a successful platform to get Stendhal working, the
= Design =
== Idea ==
The whole game area
http://arianne.sourceforge.net/wiki_images/Stendhal_Map.jpg
It is split in to 4 different areas to test the
Players need to change zone in order to accomplish their task.
Line 135:
== Entities ==
The above user cases
* Sheep
* Sheep seller
Line 146:
* Healing potion
Let's describe each entity
=== Sheep ===
* x
* y
Line 157:
* weight
Sheep tasks
* follow
* eat
If the Sheep finds food, it will eat.<br>
Sheep will runaway if
=== Wolf ===
* x
* y
Line 174:
* atk
Wolf tasks
* follow
* attack
Line 180:
* chat
Wolf behaviour consists
If the Wolf finds a Sheep, it will attack Sheep.<br>
If the Wolf is attacked, the Wolf returns the attacks.<br>
If the Wolf is injured, the Wolf will runaway.<br>
=== Sheep seller and Sheep buyer ===
* x
* y
* dx
* dy
* attending
seller and buyer tasks would be:
* patrol
NPC behaviour consists
If person says "Hi", NPC faces person and
=== Player===
* x
* y
Line 215:
* flock
Player tasks
* move
* attack
Line 221:
=== Food ===
* x
* y
* quantity
Food will be regenerated
== Pseudocode ==
It is a
| |||