Merge branch 'master' of https://github.com/Tiehuis/2048-cli
This commit is contained in:
commit
2c472777f4
|
@ -310,8 +310,8 @@ int main(int argc, char **argv)
|
|||
" 2048 [options]\n"
|
||||
"\n"
|
||||
"Options:\n"
|
||||
" -b <size> Set the grid border length\n"
|
||||
" -s <rate> Set the block spawn rate\n"
|
||||
" -s <size> Set the grid border length\n"
|
||||
" -b <rate> Set the block spawn rate\n"
|
||||
" -c Enables color support\n");
|
||||
exit(EXIT_SUCCESS);
|
||||
}
|
||||
|
|
|
@ -281,8 +281,8 @@ int main(int argc, char **argv)
|
|||
" 2048 [options]\n"
|
||||
"\n"
|
||||
"Options:\n"
|
||||
" -b <size> Set the grid border length\n"
|
||||
" -s <rate> Set the block spawn rate\n");
|
||||
" -s <size> Set the grid border length\n"
|
||||
" -b <rate> Set the block spawn rate\n");
|
||||
exit(EXIT_SUCCESS);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,8 +18,8 @@ If you want to use the ncurses version, make sure that you have the required ncu
|
|||
./2048
|
||||
|
||||
## Options
|
||||
-b <size> Set the grid border length
|
||||
-s <rate> Set the block spawn rate
|
||||
-s <size> Set the grid border length
|
||||
-b <rate> Set the block spawn rate
|
||||
-r Resets hiscore. Will prompt user
|
||||
-c Enables color support (ncurses version only)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user