8000 GitHub - jakubmatyszewski/mahjong: mahjong solitaire solver
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jakubmatyszewski/mahjong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mahjong solitaire solver


Script that solves mahjong solitaire (https://www.kurnik.pl/mahjong/). Before running the script make sure a game window is visible on your screen.

v0.2:

  • look for pair only if tiles are clickable
  • improve timing and accuracy by skipping tiles that have no pairs
  • fix looping over already collected tiles (game-state tracking issue)
  • prevent clicking same tile twice

v0.1:

  • localize tiles on the board
  • categorize active (clickable) tiles
  • find pattern pairs
  • click to match pairs

Todo:

  • Improve active tiles detection
  • Improve pattern detection (some tiles are unique - golden and black tiles)
  • Fix file structure; .ipynb -> .py
  • Improve game-state tracking

About

mahjong solitaire solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0