#1113 Link uml-reverse-mapper created class diagrams to readme, where needed

This commit is contained in:
Ilkka Seppälä
2019-12-07 20:01:13 +02:00
parent 0685a505d3
commit b09b100614
161 changed files with 246 additions and 64 deletions

View File

@@ -34,7 +34,9 @@ The variable-step game loop chooses a time step to advance based on how much rea
For fixed-step game loop, a certain amount of real time has elapsed since the last turn of the game loop. This is how much game time need to be simulated for the games “now” to catch up with the players.
## Class diagram
![alt text](./etc/game-loop.urm.png "Game Loop pattern class diagram")
## Credits
* [Game Programming Patterns - Game Loop](http://gameprogrammingpatterns.com/game-loop.html)
* [Game Programming Patterns - Game Loop](http://gameprogrammingpatterns.com/game-loop.html)

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB