Posts

Comments

Comment by scubed on Zendo-like Induction Game for Playing Online · 2015-08-09T15:57:45.701Z · LW · GW

If you want to try playing regular expression Zendo against the computer, I have a JavaScript version here:

https://codewiz.org/~scubed/rezendo/rezendo.html

That way you can get immediate feedback.

Comment by scubed on Two Zendo-inspired games · 2015-08-09T15:52:48.114Z · LW · GW

I have made a version of Zendo also. This one uses regular expressions (like what darius mentioned). It's just JS, so it doesn't have any special prerequisites to play.

https://codewiz.org/~scubed/rezendo/rezendo.html