StendhalDesign: Difference between revisions
Content deleted Content added
No edit summary |
|||
Line 30:
We need to use several use cases to describe our game.
===Player's user case===
Player is an entity that play the game, it can move, chat, attack, heal.
<pre>
Player enter village in entry point
Line 63 ⟶ 64:
===Sheep seller's user case===
This seller is a NPC entity that will sell us a sheep to grow it up and make money.
<pre>
FOREVER do:
Line 83 ⟶ 85:
===Sheep buyer's user case===
This buyer is a NPC entity that will buy us our sheep.
<pre>
FOREVER do:
Line 103 ⟶ 106:
===Sheep's user case===
Sheep is our key game concept. Sheeps must be grow up to earn money and buy stuff.
<pre>
Sheep is in Farm
Line 119 ⟶ 123:
===Wolf's user case===
Wolf is the compitive entity on Stendhal. They join to attack sheeps and often also players. They can kill a sheep in not a long time.
<pre>
Wolf moves
| |||