Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
channels:uno [2007/08/18 23:12]
dcraig
channels:uno [2007/11/26 01:00] (current)
dcraig
Line 16: Line 16:
 card, except for the 0s, which only have one per suit. There are four card, except for the 0s, which only have one per suit. There are four
 'wild' and 'wild draw four' cards each, producing a total of 108 cards. 'wild' and 'wild draw four' cards each, producing a total of 108 cards.
- 
-<box 18% red right | Winners by Month> 
-  * [[channels:uno:scores200702|February 2007]] 
-  * [[channels:uno:scores200703|March 2007]] 
-  * [[channels:uno:scores200704|April 2007]] 
-  * [[channels:uno:scores200705|May 2007]] 
-  * [[channels:uno:scores200706|June 2007]] 
-  * [[channels:uno:scores200707|July 2007]] 
-</box> 
  
 ==== Playing Your Hand ==== ==== Playing Your Hand ====
Line 80: Line 71:
 to play UNO, the bot automatically joins to make a two-player game. to play UNO, the bot automatically joins to make a two-player game.
  
 +===== Rules =====
  
 +  * No cheating, no cheating, no cheating!
  
 +===== Commands =====
  
-===== Special Decks =====+<code>
  
-Special decks have been added to the bot, and they can be used by starting the game with !uno [deck], where [deck] is the name of the deck you'd like to use. If you omit a deck name, the traditional UNO deck is used. A brief description of each deck follows.+!help          Game help system 
 +!help intro    An introduction to UNO 
 +!help howto    How to play UNO on IRC 
 +!commands      List of UNO commands 
 +!decks         Description of UNO decks
  
-  * Traditional UNO deck(1) C 0 (2) C 1-9/S/R/D (4) W/WD +!uno [deck]    Begin a new game (deck: special deck name, see !decks
-  * Special deck 'crazy'(1) C 0-9 (4) C S/R/D (10) W/WD +!pause         Pause or resume a game 
-  * Special deck 'three': (0Y (3) RGB 0-9 (1) RGB S/R/D (3) W (6) WD +!stop          Stop a game already in progress 
-  * Special deck 'reds': (5) R 0-9 (4) R S/R/D (1) GBY 1-9/S/R/D (5) W/WD +!remove [nick] Remove yourself or someone else
-  * Special deck 'eights': (1) C 0-2/S/R (2) C 3-7,9 (8) C 8 (2) C D+
  
-For example, the 'three' deck has 0 yellow cards, each of the redgreen, and blue numbered cards, 1 each of the red, green, and blue skip, reverse, and draw two cards, 3 wild cardsand 6 wild draw four cards.+!won [nick]    Display number of games won 
 +!stats         Display stats for this month 
 +!records       Display all-time statistics 
 +!top3last      Top players last month 
 +!top10 [thing] Show top 10 statistics (thing: pointsgames21)
  
-===== Rules =====+jo <cc|msg>    Join a game (cc: color code, msg: use privmsg instead of notice) 
 +cc <cc>        Change your nick to the given color (cc: 2-15) 
 +ap <nick>      Assign any points you win to the given nick 
 +go             Start the game immediately (bypassing the 30sec wait)
  
-  * No cheating, no cheating, no cheating! +pl <card     Play the indicated card 
-  * Several commands have been provided for the convenience of players but have the potential to be abused. These commands include !remove, !remove <nick>, !skip, and !stop. Players should not !remove themselves and rejoin if they are not happy with the hand they were dealt. The !remove command can be used if you need to leave, and !remove <nickcan be used if player has been unresponsive for a couple turns. You can also consider using !skip to skip an unresponsive user. The !stop command should generally be used only if you're playing in two-player game with kaitlyn. Otherwise, !remove yourself. +pp <cards    Play multiple cards separated by spaces 
-  * Any abuse of these commands will result in single warning and then a lengthy ban.+co <color>     Pick color after playing a wild card 
 +dr             Draw card 
 +pa             Pass to the next player
  
-===== Commands =====+cd             Show the current top card 
 +ca             Sort and display your hand of cards 
 +cs             Display your hand using the short format 
 +cl             Display your hand using the long/full format
  
-^    Command              Description             +tu             Show the current player 
-|!uno [deck]     |Start a new game                  | +od             Display the player order 
-|!stop           |Stop a game already in progress   | +ct             Show how many cards everyone has 
-|!pause          |Pause or resume a game            | +st             Display game stats 
-|!remove [nick]  |Remove yourself or someone else   | +ti             Display the game time
-|!unowon [nick]  |Display number of games won       | +
-|!unotop10 [games/wins/21] |Show top 10 statistics +
-|!unostats       |Display stats for this month      | +
-|!unorecords     |Display all-time statistics       | +
-|!unotop3last    |Top 3 players last month          | +
-|jo              |Join a game                       | +
-|jo msg          |Join and have the bot send cards in message instead of notice | +
-|jo <cc>         |Join and have your nick be the given color code (2-14) | +
-|cc <cc>         |Change your nick color to the given color code (2-14) | +
-|pl <card>       |Play the indicated card           | +
-|dr              |Draw a card                       | +
-|pa              |Pass to the next player           | +
-|co <color>      |Pick a color after playing a wild card | +
-|ca              |Display your hand of cards        | +
-|cd              |Show the current top card         | +
-|tu              |Show the current player           | +
-|od              |Display the player order          | +
-|ct              |Show how many cards everyone has  | +
-|st              |Display game stats                | +
-|ti              |Display the game time             |+
  
 +</code>