Scalaquest: sandbox using Scala and Browserquest
Dave Gurnell, July 2012
A sandbox project for playing with Scala and the graphics from Browserquest.
My intentions for this code, depending on how things go, are:
- play with emergent behaviour and celular automata;
- write a sequence of interesting Scala tutorials;
- write an awesome game and make my millions (ha ha).
Licence and acknowledgements
Most code under src/{main,test}
is Copyright Dave Gurnell and is Apache 2.0.
The simplex noise code in src/main/java/scalaquest/math
is Copyright Stefan Gustavson and Peter Eastman and is public domain. See Stefan's paper for more information.
The Browserquest graphics in src/main/resources/{img,json}
are Copyright Mozilla Corporation and CC-BY-SA 3.0.