hmm
This commit is contained in:
parent
3bbfcc7710
commit
e48fff45f0
4 changed files with 21 additions and 2 deletions
11
README.md
11
README.md
|
|
@ -39,9 +39,18 @@ So far these parts have been published:
|
|||

|
||||
|
||||
|
||||
### Game Loop:
|
||||
### Game Loop
|
||||

|
||||
|
||||
window_update()
|
||||
- is concerned about handling input
|
||||
- checks if the window moves/minimizes,...
|
||||
|
||||
update()
|
||||
- for example: calculates npc movement, etc.
|
||||
|
||||
render()
|
||||
- renders updated game state to the screen
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue