Skip to content

lukmusial/play-life

Repository files navigation

Game of Life in Scala - beta version

Implementation of Game of Life http://en.wikipedia.org/wiki/Conway's_Game_of_Life using Scala, Play, simple Javascript and HTML5 Canvas.
Web visualisation using Play/Activator: use ./activator run and http://localhost:9000
Web 3d visualisation (early alpha) using Play/Activator: use ./activator run and http://localhost:9000/threed
Game of Life in a console: use GameOfLife app and press any key to advance a stage.

future plans:
	web presentation layer - control buttons, scaled up 2d canvas
	improved algorithms to calculate large/semi-infinite game canvases
	3d Life - GoL presented in a sphere or cube, using 3D canvas

Other implementations:
http://rosettacode.org/wiki/Conway's_Game_of_Life/Scala
http://www.luigip.com/?p=133

Environment:
SBT 0.13
gen-idea 1.5.1
Intellij 12 with scala plugin
Typesafe Activator

About

a Game of Life in Scala with 2D/3D Javascript visualisation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages