A simple implementation of Conway's Game of Life simulator with Scala.js and Scala.rx.
Created just for fun by Ivan Yurchenko.
Type
$ sbt ~fastOptJS
and open http://localhost:12345/target/scala-2.11/classes/index-dev.html in your browser.
Use
$ sbt fullOptJS
and target/scala-2.11/classes/index.html
for a fully optimized version.
MIT, see LICENSE