A command-line client for the Liars Poker game.
npm install -g liars-poker-console-client
After installation, you can start the game by running:
liars-poker
Once the game is running, you can use the following commands:
-
nickname <your_name>
- Set your nickname -
create
- Create a new game room -
join <room_id>
- Join an existing room -
list
- List available rooms -
play <card_numbers>
- Play cards (e.g., "play 1 2 3") -
challenge
- Challenge the previous player's move -
leave
- Leave the current room -
quit
- Exit the game
MIT