Skip to content

An introduction to ZIO using game programming!

Notifications You must be signed in to change notification settings

pierangeloc/zio-intro-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

An introduction to ZIO using game programming!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 57.8%
  • Shell 42.2%