UNPKG

2048-cli-game

Version:

2048 game for terminal.

5 lines (4 loc) 162 B
export declare const DEFAULT_NUMS: number[][]; export declare const GRID_SIZE = 4; export declare const INITIAL_TILES = 2; export declare const MAX_VALUE = 2048;