Skip to main content

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

This was such a blast to play!

I love the games visuals, the feedback, the sfx. They all are soo good

All that paired with the amazing concept makes this really an amazing game

I have a question tho, when we type the function, is it like we are actually calling the function? 

Ive never worked with mini script. So are the errors actually what it gives or something u wrote?

This really was an amazing game!

But gameplay wise, I do think that while loops are kinda too overpowered. Like normally u have to manage your time wisely by typing or running. The loop just takes half of that eqquation,

Tho over all, one of my favourites in this jam. U guys nailed it!

Many thanks! To answer to your question, the code we enter into the terminal is quickly evaluated and returned; this behavior is known as REPL Mode (Read-Eval-Print Loop), and it is similar to that of other terminals. For example, Mini Micro (which you should definitely check out) has been great inspiration for this.

Anyway, thanks for playing, glad you enjoyed it! 😄