Skip to content

astaldo10/hourofcode2017-scala

Repository files navigation

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>

About

Hour of Code 2017: Introduction to Functional Programming with Scala

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages