irc bot to play blackjack
Go to file
Dionysus 652245941e
Initial commit
2019-06-24 19:00:01 -04:00
blackjack Initial commit 2019-06-24 19:00:01 -04:00
screens Initial commit 2019-06-24 19:00:01 -04:00
LICENSE Initial commit 2019-06-24 19:00:01 -04:00
README.md Initial commit 2019-06-24 19:00:01 -04:00

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