public
Description: A proof of concept for the RDie game board/map technology.
Homepage:
Clone URL: git://github.com/elliottcable/rdie-board.git
name age message
file README.markdown Loading commit data...
directory app/
directory lib/
file runner.ru
directory static/
README.markdown

RubyDie game board (Proof of Concept)

This is simply a technology example for the tools I intend to use to implement the game board in RubyDie. I mostly used it as a chance to learn JavaScript, XHR, SVG, and how they all interact (along with any gotcha's therein).

I expect very little code from this example to make it into RubyDie - if nothing else, because this code is so horrendously ugly and unmaintainable.

Using

sudo rackup --port 80 -- runner.ru

Now just visit http://localhost/ and try loading the 25×25 tile example map.