programaker / Joguin2

Toy Scala project to study some cool Functional Programming concepts (version 1 was in Java)
2 stars 0 forks source link

Create "environments" for game step programs #20

Closed programaker closed 5 years ago

programaker commented 5 years ago

Some game steps require, like, 4 different algebras to do their work, all provided via implicits. With all the ZIO buzz, what about create some "environment" and pass only it implicitly? It would help with #19