Skip to content

erhosen/ball-sort-puzzle-bot

Repository files navigation

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

About

Telegram bot, that solves Ball Sort Puzzle mobile game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages