Get the "Big Picture" of the game managers and Assets at a glance.
GMS PDF Manual
Includes a Create SubManager window tool for creating and deleting subManagers logic classes and their data struct.
Logic managers get their data injected upon creation at their constructor, never worry of racing conditions or missing data.
Included game sample with cute bouncing dark minion baby, that collects gems. Play with the minimal gameplay in order to quickly grasp GMS.
Included full game sample of a tic tac toe with unit tests validating the functionality, includes assets and session outcomes from the classic game.
GMS API