Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/misterhat/tetrio-bot
- Owner: misterhat
- License: agpl-3.0
- Created: 2021-01-24T19:02:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T10:19:24.000Z (almost 2 years ago)
- Last Synced: 2023-08-05T04:04:58.376Z (over 1 year ago)
- Topics: automation, bot, nodejs, robotjs, tetrio, tetris, tetris-bots
- Language: JavaScript
- Homepage:
- Size: 2.99 MB
- Stars: 19
- Watchers: 3
- Forks: 19
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: COPYING
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 MedwidThis 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/.