strapyourself.in and flouri.sh
Tictactoe
October 15th, 2007
“A demonstration of ruby sandboxing using some gems and plugins I wrote. You can upload your own TicTacToe algorithm and play against it!”
http://tictactoe.mapleton.net
I designed tictactoe as the simplest place to showcase some of my gem work with the ruby sandbox. The rules of the game are simple enough that anyone could write an alogrithm for it.
It uses the following gems, which I wrote, to make the sandboxing and code editing experience easier:
- acts_as_wrapped_class (gem)
- acts_as_runnable_code (gem)
- acts_as_runnable_code_on_rails (plugin)
Sorry, comments are closed for this article.