Skip to content

Commit

Permalink
Update reset script
Browse files Browse the repository at this point in the history
  • Loading branch information
avojak committed Jan 10, 2022
1 parent 6a86cae commit e4f34cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions reset-game.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ set_setting num-games-lost 0
set_setting win-streak 0
set_setting max-win-streak 0
set_setting guess-distribution "1:0|2:0|3:0|4:0|5:0|6:0"
set_setting is-game-in-progress false
set_setting answer ""
set_setting squares-state ""
set_setting keyboard-state ""
set_setting current-row 0
set_setting current-col 0

echo
echo -e "\033[1;32mDone\033[0m"
Expand Down

0 comments on commit e4f34cc

Please sign in to comment.