Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Impressive speedrun! Sorry to inflict this on the stream, but thought I'd use the "escape" theme to do something unexpected.

The unexpected is what gamers tune in for.

Looking forward to "Shutdown Simulator III: Restart Revenge"

How did you get game maker to do this?

It was made in pygame, not gamemaker.


In python you can execute arbitrary command line sequences, so I called os.system ("shutdown /f /s /t 0").