6 ms·
Yes! According to this post, someone tried to find the max rooms in Inform 7 and stopped at tens of thousands. Took long to compile (not run) and used a lot o
by davidjhall 1y ago
Yes! According to this post, someone tried to find the max rooms in Inform 7 and stopped at tens of thousands. Took long to compile (not run) and used a lot of memory, but not an issue.
https://intfiction.org/t/i7-realistic-max-number-of-rooms/9969 https://intfiction.org/t/i7-realistic-max-number-of-rooms/99...
- anthk 1y agoThat's inform7, a different syntax than inform6, but in the end both compile against the same virtual machine. Still, inform6 OOP syntax with the English library it's like a really dumbed down Python more OOP than Python itself. Literally, as you are playing with objects in-game with literal attributes mapped 1:1 to the syntax. An enterable object in order to be that it must have the 'enterable' attribute defined in the object.