Add tictactoe widget.

Thanks to @amanagr for a few refinements to my original
version, which was really raw.  (It's still raw.)
This commit is contained in:
Steve Howell
2018-02-23 09:45:25 -05:00
committed by Tim Abbott
parent d0e70a9700
commit aa7c031f36
6 changed files with 192 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ var exports = {};
var widgets = {};
widgets.poll = voting_widget;
widgets.tictactoe = tictactoe_widget;
exports.activate = function (in_opts) {
var widget_type = in_opts.widget_type;