Skip to content

godfat/spellbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

Design Reference

Runtime/Development Dependency

Installing on Windows

  • build spellbook

    ant

    or

    sbt package

Installing on Mac

  • 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

Installing on Arch (Linux)

  • build spellbook

    ant

    or

    sbt package

Running tests

  • scalacheck

    ./bin/check.sh

  • plain old println test

    ./bin/test.sh

  • ruby to scala and scala to ruby test

    ./bin/ruby.sh

About

this is an experiment to the models of spellbook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published