Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 794 Bytes

File metadata and controls

21 lines (14 loc) · 794 Bytes

Hour of Code 2017: Introduction to Functional Programming with Scala

Quick and simple introduction to Functional Programming with Scala for Hour of Code 2017 event.

Requirements

How to…​

  • compile the project: sbt compile

  • run the project: sbt "run <generations>"

  • package the project: sbt assembly

  • run the packaged project: java -cp <path to generated jar> hourofcode2017.scala.gameoflife.<version>.GameOfLife <generations>