posobin / wordament-solver

App that helps you play the Wordament game for WP/iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordament-solver

App that helps you play the Wordament game for WP/iOS. Here is a video demonstrating the way it works.

Usage

  1. Firstly, you have to install tesseract (tesseract-ocr in Ubuntu's repos) and OpenCV (Ubuntu installation guide is here) (make sure that pkg-config --libs opencv prints some filenames)
  2. git clone https://github.com/passick/wordament-solver.git
  3. cd wordament-solver
  4. make
  5. ./squares
  6. Put your phone with the launched game session near the webcam and wait until the letters will get recognized.
  7. Press any key to capture the image and let the app find all the words.
  8. Enjoy.

Comments

  • This app was tested only with the default wordament color scheme. Some problems may occur with different schemes.
  • Either/Or cells recognition has not been tested.
  • Number of words found is usually a little bit smaller than what wordament suggests. I blame the differences in my wordlist and wordament's wordlist.
  • This app has only been tested on Ubuntu 13.04. I am almost 100% sure that it won't work on Windows.

Todo list

  • Add GUI
  • Make robot for fully automatic gameplay (xD)

Acknowledgements and link

About

App that helps you play the Wordament game for WP/iOS

License:MIT License


Languages

Language:C++ 100.0%