Skip to main content

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

That was a lot of fun! I really liked that the code to type in was gdscript (which is what I have been staring at the past 10 days :)) and that some of the games had non-obvious ways to complete them really easily once you figure out the trick.

Glad to hear you liked it! I've also been staring at GDScript for a while to finish this game! Just curious, what non-obvious ways did you find to complete the minigames? Personally, my favorite trick is on hard mode with the shoot bugs minigame (in hard mode there are two bugs instead of one) and you bounce the ball from one bug to the other!

For the button mashing one, I had originally assumed I was supposed to mash mouse clicks, which I could never quite complete, but once I figure out you could type on the keyboard it was a lot easier. And for the deleting the code one, I would try and delete each character rather than just triple click to highlight everything and hit delete once. I guess for some those might have been obvious, but it took several tries for me to figure it out :)

Thanks for the feedback! I've added little icons to show which control scheme each minigame uses, this should make it more clear you can mash with your keyboard and that you can select the text with your mouse. I've also balanced the deleting code minigame so that you can also win by holding backspace if you select the end of the code!