About the Game
This is a terminal-based implementation of the popular Wordle game. The game challenges players to guess a 5-letter word within 6 attempts, providing feedback after each guess. Originally written in Java as a university coursework project, it's been translated to TypeScript and integrated into a web terminal interface.
The implementation features:
- Interactive terminal interface
- Color-coded feedback system
- Word validation against a dictionary
- Game statistics tracking
Technologies Used
- Java → TypeScript
- Node.js
- xterm.js
- Terminal I/O
Features
- 6 attempts per game
- Color-coded hints
- Dictionary validation
- Game statistics