Skip to content

Commit

Permalink
DOCS: Add algorithm flowchart
Browse files Browse the repository at this point in the history
  • Loading branch information
KOOKIIEStudios authored Jun 1, 2022
1 parent c65f3bd commit 0693810
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand All @@ -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).*
*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).*

0 comments on commit 0693810

Please sign in to comment.