diff options
-rw-r--r-- | data/rbot/plugins/games/uno.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/rbot/plugins/games/uno.rb b/data/rbot/plugins/games/uno.rb index 6e602a69..fef46b64 100644 --- a/data/rbot/plugins/games/uno.rb +++ b/data/rbot/plugins/games/uno.rb @@ -13,9 +13,7 @@ # # TODO documentation # TODO allow full form card names for play -# TODO allow color specification with wild # TODO allow choice of rules re stacking + and playing Reverse with them -# TODO highscore table class UnoGame COLORS = %w{Red Green Blue Yellow} |