Go to file
Jannes Höke 8343737cb4 initial commit for AI opponent using ISMCTS 2016-05-16 16:55:40 +02:00
images add new images 2016-04-20 00:55:31 +02:00
test fix tests 2016-03-11 10:58:45 +01:00
.gitignore add .idea to gitignore 2016-03-08 02:04:20 +01:00
AUTHORS.md move to AGPL (#4) 2016-05-08 14:37:25 +02:00
ISMCTS.py initial commit for AI opponent using ISMCTS 2016-05-16 16:55:40 +02:00
LICENSE move to AGPL (#4) 2016-05-08 14:37:25 +02:00
README.md udpate readme 2016-05-08 18:57:40 +02:00
bot.py initial commit for AI opponent using ISMCTS 2016-05-16 16:55:40 +02:00
card.py initial commit for AI opponent using ISMCTS 2016-05-16 16:55:40 +02:00
credentials.py add license information (#4) 2016-05-08 14:38:38 +02:00
deck.py initial commit for AI opponent using ISMCTS 2016-05-16 16:55:40 +02:00
game.py initial commit for AI opponent using ISMCTS 2016-05-16 16:55:40 +02:00
game_manager.py initial commit for AI opponent using ISMCTS 2016-05-16 16:55:40 +02:00
logo.png added logo 2016-03-09 11:31:54 +01:00
player.py initial commit for AI opponent using ISMCTS 2016-05-16 16:55:40 +02:00
results.py move to AGPL (#4) 2016-05-08 14:37:25 +02:00
start_bot.py add license information (#4) 2016-05-08 14:39:13 +02:00
utils.py initial commit for AI opponent using ISMCTS 2016-05-16 16:55:40 +02:00

README.md

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 is minimal but there