Skip to content

Minos is a tetris bot that scans the screen and plays optimally based on the pieces on the board.

Notifications You must be signed in to change notification settings

GitanElyon/minos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Minos is a Tetris AI designed to play versus tetris (ei: tetrio) optimally.

How to use

cd ./rust/
maturin build --release
cd ..
pip install .\rust\target\wheels\tetris_bot_rust-0.1.0-cp313-cp313-win_amd64.whl --force-reinstall

or run built.bat!

Disclaimer

There is a chance that you will get banned from the game for using this bot, so use it at your own risk.

Roadmap

  • Basic bot functionality
  • More advanced heuristics (T-spin, combos, piece prediction, etc)
  • Change from screen scanning to reading memory (removing python dependency)
  • GUI either using tauri (or ratatui) for easier configuration and usage
  • More optimizations (multithreading, SIMD, etc)
  • Final polish and release

About

Minos is a tetris bot that scans the screen and plays optimally based on the pieces on the board.

Resources

Stars

Watchers

Forks

Packages

No packages published