Run a game

Open Game Maker 2D, Version 1.0.1

Before run a game, normally we should check and build it first:

run_game_1


If all is fine, we may get this output message:

run_game_2


And then we may start to run the game:

run_game_3


Finally we will get our first "Hello World" game:

run_game_4