A clone of the popular word game, Wordle written in Java + Spring (backend) and Typescript + Angular (frontend).
Project is created with:
- Java 11
- Spring Boot
- Typescript
- Angular
- PostgreSQL
In order to run project locally you need to clone this repository and build project with Docker Compose:
$ git clone https://github.com/xpakx/wordle.git
$ cd wordle
$ docker-compose up --build -d
To stop:
$ docker-compose stop
- Game logic
- CRON for choosing new words
- Get proper colors for guess response
- GUI
- List of guesses
- Screen keyboard
- Control with physical keyboard
- Animations