https://github.com/g1org1owo/jwordle
A java implementation of wordle,
https://github.com/g1org1owo/jwordle
java wordle wordle-clone wordle-game wordle-java
Last synced: 3 months ago
JSON representation
A java implementation of wordle,
- Host: GitHub
- URL: https://github.com/g1org1owo/jwordle
- Owner: G1org1owo
- Created: 2023-08-27T15:37:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T15:41:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T12:14:37.411Z (5 months ago)
- Topics: java, wordle, wordle-clone, wordle-game, wordle-java
- Language: Java
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jwordle
A java implementation of wordle, using the actual list of words from wordle taken from [tabatkins/wordle-list](https://github.com/tabatkins/wordle-list).The word is picked randomly instead of daily to allow sequential plays.