Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.13 KB

Ball Sort Puzzle Bot

    

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].

Usage

  • 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!

How to Contribute

  1. Clone the repo and create a new branch:

    • $ git checkout -b name_for_new_branch.
  2. Install all dependencies with Poetry

    • $ poetry install
  3. Make sure that project is ready for development by running tests

    • $ make test
  4. Make changes and test

  5. Don't forget to format your code, by running

    • $ make format
    • or you can install pre-commit, that will do it for you
  6. Submit Pull Request with comprehensive description of changes