Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.82 KB

README.md

File metadata and controls

67 lines (44 loc) · 1.82 KB

Tetrio-bot

color matching and brute forcing best combinations and rotations for any tetris game tetr.io/jstris (change color in python file)

Demo

demo.mp4

Installation

Clone repo

git clone https://github.com/AlexanderLJX/Tetrio-bot.git
cd Tetrio-bot

Download and install Anaconda from anaconda.com/download and add it to your environment path.

conda create -n tetrio python=3.10
conda activate tetrio
pip install -r requirements.txt

Usage

  1. Run python script
conda activate tetrio
python test.py
  1. Set the coordinates of first and second block while waiting for the countdown in tetrio

screenshot

  • Hover your cursor over somewhere below the middle of the first block and press [
  • Hover your cursor over somewhere below the middle of the last block and press ]
  • Hover your cursor over the top left of the tetris board and press -
  • Hover your cursor over the bottom right of the tetris board and press =
  • Press spacebar while the game is counting down to start
  • Hold down esc to stop the script

*Alternatively you can set the coordinates directly in the script, other settings are also in the script

Configure additional settings directly in the script

Tetrio settings

  • ARR 0ms
  • DAS 40ms
  • Set Graphics Minimal for optimum performance
  • Default Guideline Controls
  • Make sure tetris pieces are default color

Advisory

Using the bot may get your IP and Account banned, advised not to break the world record.

Capture

To-do

  • T-spins
  • cython version