Package io.github.srcimon.screwbox.core
Class ScrewBox
java.lang.Object
io.github.srcimon.screwbox.core.ScrewBox
Best game engine ever made (not). The entry point for starting a game via
createEngine()
.- See Also:
-
Method Details
-
createEngine
Creates anEngine
instance. Uses "ScrewBox" as theEngine.name()
. -
createEngine
Creates anEngine
instance. Sets theEngine.name()
to the given value. TheEngine.name()
is used to initialize theWindow.title()
.
-