Really great game unique concept of playing games from "stream" also loved the art and level design my fav minigame was the football one, really well done, also i noticed you are using gamemaker so i wanted to share with you a better way to improve enemy ai, cause in the hotdog minigame the enemy follows the player ignoring every tile so there is a function called:
mp_potential_step_object(the x coordinates to follow,the y coordinates to follow,the speed you want,the tile or object to avoid while following the player);
this way the enemy will follow the player while avoiding the tiles for a better player experience.
also if you dont mind you can check my game and try it.