calvinlfer / zio-intro-game-solutions

My solutions to the ZIO game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zio-intro-game

An introduction to ZIO using Game Programming!

Usage

From the UI

  1. Download the repository as a zip archive.
  2. Unzip the archive, usually by double-clicking on the file.
  3. Configure the source code files in the IDE or text editor of your choice.

From the Command Line

  1. Open up a terminal window.

  2. Clone the repository.

    git clone git@github.com:jdegoes/zio-intro-game.git
  3. Launch sbt.

    ./sbt
  4. Enter continuous compilation mode.

    sbt:zio-intro-game> ~ test:compile

Legal

Copyright© 2019 John A. De Goes. All rights reserved.

About

My solutions to the ZIO game


Languages

Language:Scala 71.7%Language:Shell 28.3%