Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 635 Bytes

README.org

File metadata and controls

10 lines (9 loc) · 635 Bytes

Word Blitz

A Solver for the Facebook messenger Word Blitz game (greek version). It reads the board recognizing the depicted letters (using KNN) and modifiers and then uses the mouse to enter the solution. The solution is computed using a DFS search at the intersection of the tree graph extracted from the board and the tree graph composed using a lexicon of the greek language. The lexicon was downloaded from the Aspell dictionaries at https://ftp.gnu.org/gnu/aspell/dict/0index.html. The bot is now only usable from a 1366x768 screen using Mozilla Firefox.

Authors

Danai Efstathiou (danaiefst)

Dionysios Spiliopoulos (Dspil)