https://github.com/humbertodias/java-bot-wordament
A java bot that automatically plays and consistently wins at Microsoft Wordament.
https://github.com/humbertodias/java-bot-wordament
bot wordament wordament-solver
Last synced: 3 months ago
JSON representation
A java bot that automatically plays and consistently wins at Microsoft Wordament.
- Host: GitHub
- URL: https://github.com/humbertodias/java-bot-wordament
- Owner: humbertodias
- Created: 2017-03-04T23:15:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T01:49:44.000Z (over 8 years ago)
- Last Synced: 2025-03-02T02:09:04.389Z (3 months ago)
- Topics: bot, wordament, wordament-solver
- Language: Java
- Homepage:
- Size: 12.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordamentBot
A java bot that automatically plays and consistently wins at Microsoft Wordament.
## Prerequires
1. Git 2.6+
2. Maven 3.3+
3. Java 8+
4. Android emulator (NoxPlayer) scaled and positioned appropriated on screen (Top,Left) = (0,0)
5. Wordament App Installed on the emulator## How to Play
Clone
```
git clone https://github.com/humbertodias/java-bot-wordament.git
```Inside the folder
```
cd java-bot-wordament
```Run
```
mvn package exec:java -Dexec.mainClass="bot.wordament.Main"
```## Output
## References
1. [Wordament PlayStore](https://play.google.com/store/apps/details?id=com.microsoft.wordament&hl=pt_BR)
2. [Nox Android Player](https://pt.yeshen.com)