basic: new test game HANGMAN but works like ass

This commit is contained in:
minjaesong
2020-12-27 20:24:15 +09:00
parent ae9278a8df
commit 74cde2f5b1
5 changed files with 97 additions and 15 deletions

View File

@@ -31,7 +31,7 @@ if (exec_args !== undefined && exec_args[1] !== undefined && exec_args[1].starts
const THEVERSION = "1.0";
const PROD = false;
const PROD = true;
let INDEX_BASE = 0;
let TRACEON = (!PROD) && true;
let DBGON = (!PROD) && true;