diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-04-14 00:08:02 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-04-14 00:08:02 +0200 |
commit | a248245d2de1988119431c68c7f9219c986f92c9 (patch) | |
tree | f53f7d665c7d0cfe17647a5ec593e95dff821841 /data/rbot/plugins/games/uno.rb | |
parent | 84f35b380e57fc490d9fa7bbe1ef710cc67a9101 (diff) |
uno plugin: remove completed TODOs
Diffstat (limited to 'data/rbot/plugins/games/uno.rb')
-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} |