https://github.com/ivanyu/life-scalajs
Conway's Game of Life in Scala.js and Scala.rx
https://github.com/ivanyu/life-scalajs
game-of-life scalajs
Last synced: 3 months ago
JSON representation
Conway's Game of Life in Scala.js and Scala.rx
- Host: GitHub
- URL: https://github.com/ivanyu/life-scalajs
- Owner: ivanyu
- License: mit
- Created: 2015-04-23T19:12:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T18:52:05.000Z (almost 5 years ago)
- Last Synced: 2025-04-15T00:45:58.048Z (6 months ago)
- Topics: game-of-life, scalajs
- Language: Scala
- Homepage: https://ivanyu.github.io/life-scalajs/
- Size: 1.38 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# life-scalajs
A simple implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) simulator with [Scala.js](http://www.scala-js.org/) and [Scala.rx](https://github.com/lihaoyi/scala.rx).Created just for fun by [Ivan Yurchenko](https://ivanyu.me/).
[See it in action](https://ivanyu.github.io/life-scalajs).
[](https://www.scala-js.org)

# Build and run
Type
```
$ sbt ~fastOptJS
```and open [http://localhost:12345/target/scala-2.11/classes/index-dev.html](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.
# License
MIT, see LICENSE