JakubPrit

JakubPrit

0-day streak
Made Python script that uses PyAutoGUI and OpenCV to recognize the state of a minesweeper(.online) game. State recognition works (but not as reliably as I would like it to), actually solving the game is not done yet, this was mainly for me for learning computer vision (took basically all of the time). Also minesweeper.online was under maintainance for some time while I was making this, testing was hard due to that, and I think they broke some parts of my code by some small visual changes... github.com/JakubPrit/minesweeper-cheat
https://imgutil.s3.us-east-2.amazonaws.com/e1c422e9f3b743f6d371fd156a4bd6340c3ce19f7a8a415f58f700d527103a42/415ac486-31e9-4c84-842e-75b7df4f4197.png
https://imgutil.s3.us-east-2.amazonaws.com/b8070ad99533e1975721a2029ce47b5065b787ba5cb67055dd06c5fa3a36c9c7/640addef-9387-4735-a76a-5a81089bd31d.png
Made a customizable (board size, number of aligned tiles to win, number of players) Connect Four game with bots (a random placer bot and a bot using an alpha-beta pruning minimax algorithm with caching) in python. github.com/JakubPrit/connect-four-bot
https://imgutil.s3.us-east-2.amazonaws.com/d73a4e57d8fda2a944b29b424d12c02ffdf8b77f589ec99b4fdb4465c1633289/862258a6-e7f8-4378-bdff-3b2ba66d462a.png