Telegram bot, that solves Ball Sort Puzzle mobile game. Written in Python, hosted by serverless Yandex.Function.
You can find a profound description about how it works here [Russian].
- Add the Telegram Bot @ballsortpuzzlebot to list of your contacts.
- Send him a screenshot of the Ball Sort Puzzle game.
- You will receive a solution. That's all!
-
Clone the repo and create a new branch:
$ git checkout -b name_for_new_branch
.
-
Install all dependencies with
Poetry
$ poetry install
-
Make sure that project is ready for development by running tests
$ make test
-
Make changes and test
-
Don't forget to format your code, by running
$ make format
- or you can install
pre-commit
, that will do it for you
-
Submit Pull Request with comprehensive description of changes