Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thomasballinger/wwfplayer
- Owner: thomasballinger
- Created: 2011-04-03T16:46:00.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T21:19:33.000Z (over 10 years ago)
- Last Synced: 2024-10-10T19:11:12.925Z (29 days ago)
- Language: Python
- Homepage:
- Size: 2.63 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 suggestionsCurrent 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