programaker / Joguin2

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

Choose the concrete effect at runtime #5

Open programaker opened 5 years ago

programaker commented 5 years ago

It will be fun to add a runtime parameter to choose the concrete effect when running the game. It currently only uses cats IO.

This way we can use cats.IO, ZIO, ...