Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 324 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 324 Bytes

Game of Life in Scala.js

Just an experiment to get a grip on Scala.js.

Run in development mode

sbt ~fastOptJS
open localhost:12345/target/scala-2.11/classes/index-dev.html

Run in optimized mode

sbt ~fullOptJS
open localhost:12345/target/scala-2.11/classes/index-opt.html