dweis / zio-by-example

Source code for "ZIO by example" blog post.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZIO by example

Source code for "ZIO by example" blog post.

Hello World

The most basic of all applications. Prints "Hello world!" to the console. Included to show how to interpret the program description written in ZIO.

Tic-Tac-Toe

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.

About

Source code for "ZIO by example" blog post.


Languages

Language:Scala 100.0%