Minigames

On this page you can find minigames made by me, which you not only can play and download here but also integrate in your own GameMaker games.

You're not allowed to remove my name from this game and I wish to be mentioned in the game credits (e.g.: Category "Minigames": GameA: BadToxic). These games are made for easy integration in other games. They exclusively consist of scripts - no objects, sprites or other ressources. Always present are the three following scripts:

 minigame_name_init();

 minigame_name_draw();

 minigame_name_close();

Self-explaining - "init" is for initialising and "close" for ending the game. The "draw" script has to be called in every frame (Draw-Event) while the game is open. This script returns "false" (instead of "true") if the minigame was closed from inside.

Classic Pong - Icon
Classic Pong

Profil von Michael Grönert auf LinkedIn anzeigen

 

Michael Grönert

 

Michael Grönerts DevBlog anzeigen

 

Michael Grönert auf GitHub anzeigen

 

Profil von Michael Grönert auf DeviantArt anzeigen