This is an experiment to the models of Spellbook,
a game I designed years ago, but never implemented.
It was based on VM series[0][1] from Falcom and
Magic: The Gathering™ from Wizards of the Coast.
I would import a few documents written before,
after translating them from Chinese to English,
or should i just import them and write docs in Chinese?
- Scala 2.8+ ⇲
- JRuby 1.5+ ⇲
- Apache Ant 1.8+ ⇲
- ScalaCheck 1.8+ ⇲
-
build spellbook
ant
or
sbt package
-
install scala
brew install scala
-
install jruby
brew install jruby
-
download scalacheck
wget http://scalacheck.googlecode.com/files/scalacheck_2.8.1-1.8.jar
-
build spellbook
ant
or
sbt package
-
build spellbook
ant
or
sbt package
-
scalacheck
./bin/check.sh
-
plain old println test
./bin/test.sh
-
ruby to scala and scala to ruby test
./bin/ruby.sh