move constants
Dependencies
Change contents
- edit in src/main.zig at line 7
//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"; - edit in src/main.zig at line 13
//hide cursor, clear screen, change chaeset, move cursorconst init = "\x1B[?25l\x1B[2J\x1B(0\x1B[1;1H" ++ game.init; - edit in src/main.zig at line 14
//move cursor, show cursor, change charsetconst deinit = "\x1B[11;1H\x1B[?25h\x1B(B";