From 069381000b9952af2db4f5f6f957063a9699a25e Mon Sep 17 00:00:00 2001 From: Amos Chua <25145447+KOOKIIEStudios@users.noreply.github.com> Date: Thu, 2 Jun 2022 02:47:23 +0800 Subject: [PATCH] DOCS: Add algorithm flowchart --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae7b790..7f939de 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ The bot can host one concurrent game per chat, which can be single or multiplaye - Python Version: 3.10+ - Telegram Bot API Wrapper: [python-telegram-bot v13.X](https://github.com/python-telegram-bot/python-telegram-bot) +#### Status: Completed + +### Algorithm: +![Composer or Pasta Telegram Bot Algorithm](https://user-images.githubusercontent.com/25145447/171479342-4446cbc0-5d36-4b6c-9741-48144b1fae05.png) + ## Instructions 1. Create Telegram Bot with the [**Bot Father**](https://core.telegram.org/bots#6-botfather) 2. Set the bot's commands using `/setcommands` with the **Bot Father**: @@ -33,4 +38,4 @@ The bot can host one concurrent game per chat, which can be single or multiplaye - The composer names and details were retrieved from [Wikipedia](https://en.wikipedia.org/wiki/List_of_composers_by_name) on the 27th May 2022 ### Disclaimer: -*This is a simple implementation of the game using Python 3.10 and Python Telegram Bot v13. This project is non-monetised, and provided as is. Every effort has been taken to ensure correctness and reliability of the information provided in the questions and answers within the game. We will not be liable for any special, direct, indirect, or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action if contract, negligence or other tortious action, arising out of or in connection with the use of our source code (in part or in whole).* \ No newline at end of file +*This is a simple implementation of the game using Python 3.10 and Python Telegram Bot v13. This project is non-monetised, and provided as is. Every effort has been taken to ensure correctness and reliability of the information provided in the questions and answers within the game. We will not be liable for any special, direct, indirect, or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action if contract, negligence or other tortious action, arising out of or in connection with the use of our source code (in part or in whole).*