]> git.cworth.org Git - empires-server/blobdiff - tictactoe.js
Add some autofocus attributes to several forms
[empires-server] / tictactoe.js
index 476821eec57039d5735fab0b8f4f021f5d8c5cad..a7e6cfae290af760a9fedcef349b5a2f58136c44 100644 (file)
@@ -54,7 +54,10 @@ TicTacToe.router = express.Router();
 
 TicTacToe.meta = {
   name: "Tic Tac Toe",
-  identifier: "tictactoe"
+  identifier: "tictactoe",
+  options: {
+    allow_guest: true
+  }
 };
 
 exports.Game = TicTacToe;