Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/misterhat/tetrio-bot

tetris bot to automatically play tetr.io
https://github.com/misterhat/tetrio-bot

automation bot nodejs robotjs tetrio tetris tetris-bots

Last synced: 1 day ago
JSON representation

tetris bot to automatically play tetr.io

Awesome Lists containing this project

README

        

# tetrio-bot
bot to automatically play https://tetr.io. utilizing a modified
[eltetris](https://github.com/ielashi/eltetris) and
[robotjs](https://github.com/octalmage/robotjs) modules.

the bot automatically starts into zen mode and completes the first level.

[![](./screenshot.png)](./demo.mp4)

## install

$ sudo apt install chromium xserver-xephyr libxtst-dev libpng++-dev python g++ make
$ git clone https://github.com/misterhat/tetrio-bot
$ cd tetrio-bot && npm install

## usage

make sure the game quality is set to minimal for the best performance.

$ ./tetrio.sh

## license
Copyright (C) 2021 Zorian Medwid

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see http://www.gnu.org/licenses/.