Update README.md

This commit is contained in:
agn-gpl 2019-07-24 07:09:41 +00:00 committed by GitHub
parent 3e9d5f0b9f
commit d2e2d250bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -6,30 +6,30 @@ command:
LANDLORD_PLAYER(1 or 2 or 3) BASE_POINT [BOOM]
ex "1 24 2" means player1 is the landlord and win the game. The base point of this game is 24 and it booms twice in this game.
 ex "1 24 2" means player1 is the landlord and win the game. The base point of this game is 24 and it booms twice in this game.
ex "3 -12" means player3 is the landlord and lose the game. The base point of this game is 12 and there is no boom in this game.
 ex "3 -12" means player3 is the landlord and lose the game. The base point of this game is 12 and there is no boom in this game.
status(or "s" in short)
Check the game status.
 Check the game status.
help(or "h" in short)
Print help message.
 Print help message.
set PLAYER POINT
Set the point of PLAYER to POINT.
 Set the point of PLAYER to POINT.
set 0 POINT
Set the initial point to POINT.
 Set the initial point to POINT.
reset(or "r" in short) [POINT]
Reset the initial point. If you add POINT in the command, it will also set the initial point to POINT.
 Reset the initial point. If you add POINT in the command, it will also set the initial point to POINT.
quit(or "q" in short)
Exit.
 Exit.