You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ryandw11 edited this page Jul 27, 2020
·
1 revision
In order to make a game you must make a class that implements Game.
The start method is called when the game is started. (Note: This method cannot contain any graphical calls. GameItems, UIObjects, UIComponents, and anything else that relates to graphics cannot be instantiated in this method.)