blackjack

- irc bot to play blackjack
git clone git://git.acid.vegas/blackjack.git
Log | Files | Refs | Archive | README | LICENSE

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.
Screens