Development Log - Part 3: PuzzleScript Templating Engine

Subscribers:
2,710
Published on ● Video Link: https://www.youtube.com/watch?v=FfSYmSFtX3c



Duration: 9:12
108 views
3


So this time I've added a templating engine, Nunjucks, for preprocessing PuzzleScript code before actually running it. This makes it much easier to write PuzzleScript games that have many similar rules or common patterns that it would be easier to capture with loops, macros, filters, etc.