|
Source for Development (/dev): Okay, this is really just a stub, but here are a few links:
* [vying][1] - a ruby library for the games you see here. There's no UI, just
game logic
* Updated [api documentation for vying][4]
* Latest [rcov unit test coverage for vying][5]
* [starbots][2] - the code for CapellaBot, VegaBot, and SiriusBot
* [optimalbot][3] - the code for OptimalBot
Did you know http://vying.org is also a gem server? It's true. If you have
Ruby and RubyGems installed you can install the vying library like so:
gem install --source http://vying.org vying
Or, if you're on Windows, you may have better luck with:
gem install --source http://vying.org vying-pure
That's the vying library without it's C extension, which will probably not
compile under Windows (without some serious effort).
You can also:
gem install --source http://vying.org starbots
gem install --source http://vying.org optimalbot
If you want to play around with a Shoes UI for Breakthrough take a look at:
<http://the-shoebox.org/apps/60>
More info soon.
[1]: http://github.com/eki/vying/tree/master
[2]: http://github.com/eki/starbots/tree/master
[3]: http://github.com/eki/optimalbot/tree/master
[4]: http://vying.org/rdoc/vying
[5]: http://vying.org/rcov/vying
|
Search the Wiki |