blackjack

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

README.md (616B)

      1 ![](screens/banner.png)
      2 
      3 ###### Commands
      4 | Command | Description |
      5 | --- | --- |
      6 | @help | Information about the commands. |
      7 | @cheat | Betting cheat sheet. |
      8 | .hit | Draw a card. |
      9 | .mini | Toggle the mini deck. |
     10 | .play | Start a game. |
     11 | .stand | Stop drawing cards. |
     12 | .stop | End the curent game. |
     13 
     14 ##### Todo
     15 - Add player database / chip system.
     16 - Reward chips based on number of lines of chat in a channel. (Cap it to prevent flood.)
     17 - Add a player versus player and a player versus computer system.
     18 - Incorperate splits and double downs, etc.
     19 
     20 ##### Screens
     21 ![](screens/game.png)
     22 ![](screens/cheat.png)