X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lmno.js;h=688c7a74e9800e51fde3a1375dcc28239e0862f3;hb=82706fc10e5a4fc572f798fca29e9741300fb0cc;hp=ef76cb06918cce8a7f8b1318075aa908e701cf23;hpb=9029f4547056b096dfb9296d3eb69948f889ba23;p=lmno-server diff --git a/lmno.js b/lmno.js index ef76cb0..688c7a7 100644 --- a/lmno.js +++ b/lmno.js @@ -81,7 +81,8 @@ nunjucks.configure("templates", { */ const engines = { empires: require("./empires").Game, - tictactoe: require("./tictactoe").Game + tictactoe: require("./tictactoe").Game, + scribe: require("./scribe").Game }; class LMNO {