Corrections in 3.4.6
This commit is contained in:
parent
282b568440
commit
2ed297b344
1 changed files with 6 additions and 6 deletions
12
report.lyx
12
report.lyx
|
@ -4137,14 +4137,14 @@ The game virtual machine module
|
|||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
This module is holds the game logic of a game and is responsible for the
|
||||
vm associated with each game.
|
||||
It consists the state of the vm and a table token associated with a running
|
||||
This module holds the game logic of a game and is responsible for the vm
|
||||
associated with each game.
|
||||
It contains the state of the VM and a table token associated with a running
|
||||
game.
|
||||
The game token is given to game vm during initialization.
|
||||
The game token is given to game VM during initialization.
|
||||
This will create a new vm instance and various objects associated to the
|
||||
vm instance.
|
||||
Then the source code of a game is loaded into the vm and the game is ready
|
||||
VM instance.
|
||||
Then the source code of a game is loaded into the VM and the game is ready
|
||||
for startup.
|
||||
This module does not affect game runtime but evaluates a new game state
|
||||
and handles communication between the game and the players.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue