Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Narrat v2 looks good. Using prefix notation for operators is an unusual choice that may inhibit adoption though. I'll keep a watch on it. It's good to have RenPy alternatives that can be played on the web.

Also, sorry for ditching you on the Discord. I think Discord is rate-limiting access to the site, so when I accessed it through a proxy, I was quickly kicked off once the limit was hit. I imagine I'll bump into you another time though.

Usually people can get over prefix notation fairly quickly once they realise that it's just more or less treating everything as a function. Main thing about it is that it's a lot faster for the computer compared to infix notation. It's why I use it myself. Postfix notation is even faster, but it does get a bit less easy for humans to follow and also it lacks certain formal qualities I like about prefix notation.

I'm not sure I'd say Narrat is a Ren'py alternative, I think it's aiming more for the Twine space but with its own twist on things.

That's fine.