IRYZCJGAP644JJY5I4XCWRDAUCJE2SSDO3ABHEJP337WUTOGLQRAC
JMR3TVSD5ZKCOR2MHXSIRNOUQPLQF656PBNRF475HCBD44WHX4ZQC
W22NXX6SH6ZSON4SCYOOOPKW5WX3572DJDQ62QHF54MZXO27KTVAC
//hide cursor, clear screen, change chaeset, move cursorconst init = "\x1B[?25l\x1B[2J\x1B(0\x1B[1;1H" ++ game.init;//move cursor, show cursor, change charsetconst deinit = "\x1B[11;1H\x1B[?25h\x1B(B";
//hide cursor, clear screen, change chaeset, move cursor
const init = "\x1B[?25l\x1B[2J\x1B(0\x1B[1;1H" ++ game.init;
//move cursor, show cursor, change charset
const deinit = "\x1B[11;1H\x1B[?25h\x1B(B";
//hide cursor, clear screen, change chaeset, move cursor const init = "\x1B[?25l\x1B[2J\x1B(0\x1B[1;1H" ++ game.init;
//move cursor, show cursor, change charset const deinit = "\x1B[11;1H\x1B[?25h\x1B(B";