Minos is a Tetris AI designed to play versus tetris (ei: tetrio) optimally.
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!
There is a chance that you will get banned from the game for using this bot, so use it at your own risk.
- 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