Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thomasballinger/wwfplayer

Suggests words with friends (scrabble-like) moves
https://github.com/thomasballinger/wwfplayer

Last synced: 4 days ago
JSON representation

Suggests words with friends (scrabble-like) moves

Awesome Lists containing this project

README

        

Words With Friends Player
-------------------------

Goals:
1. - efficient player of words with friends
2. - screenshot reading to create game state
-fourier analysis to find grid
-find board in screenshot
-find double word etc. tiles
-find and identify what letters are where
3. - server that listens to email, responds with suggestions

Current status:
board.py can find all possible moves, but can't score them
no tests yet
screen reading far from working
board.py is way ugly