mirror of
git://git.acid.vegas/blackjack.git
synced 2024-11-21 07:06:39 +00:00
irc bot to play blackjack
blackjack | ||
screens | ||
LICENSE | ||
README.md |
Commands
Command | Description |
---|---|
@help | Information about the commands. |
@cheat | Betting cheat sheet. |
.hit | Draw a card. |
.mini | Toggle the mini deck. |
.play | Start a game. |
.stand | Stop drawing cards. |
.stop | End the curent game. |
Todo
- Add player database / chip system.
- Reward chips based on number of lines of chat in a channel. (Cap it to prevent flood.)
- Add a player versus player and a player versus computer system.
- Incorperate splits and double downs, etc.