-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pietu1998
committed
Dec 24, 2015
1 parent
d50fd44
commit ac1dd64
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,7 @@ local.properties | |
proguard/ | ||
|
||
# Log Files | ||
*.log | ||
*.log | ||
|
||
# Markdown preview files | ||
*.md.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 (?) |