GameDesign: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 17:
So let's define the reply to each message. First, let's clarify that the best way of modelling this system is using finite automates, (a finite state machine) where, based on the input, we change the state we are currently in and produce an output.
== Login stage ==
<pre>
Process C2S Login ( STATE_BEGIN_LOGIN )
Line 54:
</pre>
== Choose character stage ==
<pre>
Process C2S ChooseCharacter ( STATE_LOGIN_COMPLETE )
Line 76 ⟶ 78:
</pre>
== Logout stage ==
<pre>
Line 98 ⟶ 102:
</pre>
== Perception confirmation stage ==
<pre>
Line 109 ⟶ 115:
</pre>
== Transfer confirmation stage ==
<pre>
| |||