RolePlayingDesign: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
It is perhaps the most complex part of all the middleware that compromises Arianne.<br>
Role Playing Design determines how ''easy'' is to create a new game for Arianne. We had to choose easing the creation of turn time limited based games, so Arianne will work better with that kind of games, also known as realtime games.
Role Playing Desing anyway tries to keep generic and game agnostic.
The very basic idea behind RPManager is:
<pre>
forever
{
Execute Actions
Send Perceptions
Wait for next turn
}
</pre>
=RPManager=
The goal of RP Manager is to handle the whole RP game. This means mainly:
| |||