mirror of
https://github.com/crazywhalecc/quick-shell.git
synced 2026-03-17 20:34:52 +08:00
add game 2048
This commit is contained in:
parent
d2808f94be
commit
632e03e041
@ -23,7 +23,7 @@ declare -i flag_skip # flag that prevents doing more than one operation on
|
|||||||
declare -i moves # stores number of possible moves to determine if player lost
|
declare -i moves # stores number of possible moves to determine if player lost
|
||||||
# the game
|
# the game
|
||||||
declare ESC=\$'\e' # escape byte
|
declare ESC=\$'\e' # escape byte
|
||||||
declare header="Bash 2048 v1.1 (https://github.com/mydzor/bash2048)"
|
declare header="Bash 2048 v1.1 (https://github.com/mydzor/bash2048) CtrlC to stop |"
|
||||||
|
|
||||||
declare -i start_time=\$(date +%s)
|
declare -i start_time=\$(date +%s)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user