Main section where code is being executed : BasicGame.java
Three important methods:
*init: initializes game, variables, etc
*render: draws/renders at a point in time
*update: updates the game/processes the changes
Init is called once.
Render is called.
Update is called.
There will be a loop with:
render();
update();
Press [ENTER] to end player phase.
rteas/Hurricane
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|