Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpsim/letterpressplayer
Solves Letterpress games via OCR and colour categorization. Work in progress.
https://github.com/jpsim/letterpressplayer
Last synced: 3 days ago
JSON representation
Solves Letterpress games via OCR and colour categorization. Work in progress.
- Host: GitHub
- URL: https://github.com/jpsim/letterpressplayer
- Owner: jpsim
- Created: 2013-01-23T21:26:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-29T20:22:45.000Z (almost 12 years ago)
- Last Synced: 2024-12-30T17:36:41.961Z (10 days ago)
- Language: Objective-C
- Size: 13.7 MB
- Stars: 37
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Letterpress Player
Solves Letterpress games via OCR and colour categorization. Work in progress.
## Usage
Take a screenshot of a Letterpress game then launch this app immediately. Wait a few seconds and you'll see all possible words, ordered by score.
## Tests
[![Build Status](https://api.travis-ci.org/jpsim/LetterpressPlayer.png)](https://travis-ci.org/jpsim/LetterpressPlayer)
Requires [ios-sim](https://github.com/phonegap/ios-sim).
`make test`
# Goals
Right now, this is more of a "cheating" app, but the end goal is to have a fully automated Letterpress player. Items in the To Do List will address that... eventually.
# To Do List
1. Improve performance
2. Refactor
3. Improve UI
4. Improve scoring algorithm to finish a game when a winning word is possible
5. Keep a list of played words# Disclaimer
This was built for research purposes only. I am not responsible for misuse of Atebit's Letterpress game. Use at your own risk, preferably with people who know you're cheating/researching.
# License
No license, do whatever you'd like with this.