Source code for "ZIO by example" blog post.
The most basic of all applications. Prints "Hello world!" to the console. Included to show how to interpret the program description written in ZIO.
Simple command line application. Turn-based game with global state, modular design and modal interface. Included to show how to compose program from small, easily testable modules.