RoguedBear / TicTacToeBot

This bot plays tictactoe in telegram. don't look at the code. it's inefficient and unplanned. but it works!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe Bot in Telegram

This bot plays tictactoe in telegram. The code contained... is HIGHLY INEFFICIENT, PEP violater, repeated code. and worst of all... USES GLOBAL VARIABLES THROUGHOUT THE PROGRAM. (im in highschool)
I fixed the global variable thingy.


TicTacToe-Telegram is the final version of this bot which is hopefully, bug-free.
The only bug (or I'd rather say, a 'feature') that exists is, when you spam board move numbers together, instead of rejecting the extra moves, the bot proccesses them as if the moves were in a queue. \

Oh, and if 1+ people are using the bot simultaneously, a "lag" could be expected since the each user's requests are stored in a queue (as far as i can tell) and my program takes time to process (actually, takes time to send heaps of messages to) each user's move/data.

MY_CHAT_ID is supposed to be the chat id where logging messages are recieved.
token is removed in the github version, fill it with your own

About

This bot plays tictactoe in telegram. don't look at the code. it's inefficient and unplanned. but it works!


Languages

Language:Python 100.0%