Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietu1998 committed Dec 24, 2015
1 parent d50fd44 commit ac1dd64
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ local.properties
proguard/

# Log Files
*.log
*.log

# Markdown preview files
*.md.html
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Wordbase Hacker

Wordbase Hacker is a simple application that takes advantage of the fact that
the popular Android game Wordbase has its data stored in an unencrypted SQLite
file in its /data/ folder.

The data file contains all the games for the user, including _all the words
found on the boards_. This makes it rather simple to write a program to find
the optimal word in a situation based on some calculation.

Wordbase Hacker requires root access to get the app's data from its secure
folder.

Wordbase Hacker is licensed under the [MIT license](src/master/LICENSE).

### Implemented features

- autoloading data from app folder with root
- finding possible words
- scoring words on different categories
- displaying result exactly as in the game

### To be implemented

- HUD to be placed over game view
- automatic playing (?)

0 comments on commit ac1dd64

Please sign in to comment.