Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Really enjoyed the game! :) Never thought I'd be resting from programming while doing another type of programming. The internal coding seems to be very professional with value assignment, chain of operations and classes, I wonder if it's just a simulation or a real Python interpreter out there :)


(3 edits)

Haha, that's how programmers rest from programming, don't we :D ? Thanks for the kind words, I tried to make it as detailed and as scalable as possible. The idea is to give the player the tools to do whatever they like in this world. It's completely open to them how they can interact  with the components and there is really a ton that a player can do however they like in  the late game.

It is a custom interpreter indeed, it's not actual Python but it behaves like it yes :)