Go to file
2016-03-08 02:11:38 +01:00
images remove thinking.jpg 2016-03-08 02:02:31 +01:00
test initial code commit 2016-02-28 23:57:24 +01:00
.gitignore add .idea to gitignore 2016-03-08 02:04:20 +01:00
bot.py add help command 2016-03-08 02:03:14 +01:00
card.py some refactoring and rule improvements 2016-03-01 01:25:26 +01:00
credentials.py initial code commit 2016-02-28 23:57:24 +01:00
deck.py kinda works now 2016-02-29 01:53:59 +01:00
game.py Some refactoring, sorting out a few bugs and fix rules 2016-03-07 23:50:39 +01:00
game_manager.py rules might be wonky but works 2016-02-29 12:16:12 +01:00
LICENSE Initial commit 2016-02-10 13:22:05 +01:00
player.py Some refactoring, sorting out a few bugs and fix rules 2016-03-07 23:50:39 +01:00
README.md Update README.md 2016-03-08 02:11:38 +01:00
start_bot.py Some refactoring, sorting out a few bugs and fix rules 2016-03-07 23:50:39 +01:00

UNO Bot

Telegram Bot that allows you to play the popular card game UNO via inline queries. The bot currently runs as @mau_mau_bot

To run the bot yourself, you will need:

Get a bot token from @BotFather, place it in credentials.py and run the bot with python3 bot.py

Code documentation will be added soon™