Game
This is the most major component most of the operations starts here such as game loop
Component Author: Jabo Release Date: April 11, 2020
new Game(Window window);start(); // Start the game loop
stop(); // Close the game
getWindow(); // Returns Window object
setDebug(boolean debug); // Set debug modeLast updated
Was this helpful?