https://github.com/mirdan08/wordle-cli
A simple CLI version of the popular game WORDLE in Java
https://github.com/mirdan08/wordle-cli
multithreading network-programming object-oriented-programming
Last synced: 5 months ago
JSON representation
A simple CLI version of the popular game WORDLE in Java
- Host: GitHub
- URL: https://github.com/mirdan08/wordle-cli
- Owner: mirdan08
- Created: 2023-06-13T10:46:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T07:46:50.000Z (over 1 year ago)
- Last Synced: 2025-04-19T00:10:23.099Z (about 1 year ago)
- Topics: multithreading, network-programming, object-oriented-programming
- Language: Java
- Homepage:
- Size: 1.05 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WORDLE-CLI
a simple CLI version of the popular game WORDLE in Java developed for the networking course at university.
---
it makes use of
- GSON library
- java API's TCP and UDP
- multi-threading
both the server and client have a config.properties file to configure the server Ip adress(for the client) and the UDP multicast address(for both)
Currently available in Italian.