docs: updates to several patterns

This commit is contained in:
Ilkka Seppälä
2024-05-28 19:46:39 +03:00
parent 4652842c94
commit 584e949714
70 changed files with 347 additions and 479 deletions
-4
View File
@@ -303,10 +303,6 @@ Current bullet position: 0.98999935
Stop variable-step game loop.
```
## Class diagram
![Game Loop](./etc/game-loop.urm.png "Game Loop pattern class diagram")
## Applicability
The Game Loop pattern is applicable in real-time simulation and gaming where the state needs to be updated continuously and consistently in response to user inputs and other events.