Skip to content

xpakx/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle clone

General info

A clone of the popular word game, Wordle written in Java + Spring (backend) and Typescript + Angular (frontend).

gif

Table of contents

Technologies

Project is created with:

  • Java 11
  • Spring Boot
  • Typescript
  • Angular
  • PostgreSQL

Setup

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

Features

  • Game logic
    • CRON for choosing new words
    • Get proper colors for guess response
  • GUI
    • List of guesses
    • Screen keyboard
    • Control with physical keyboard
    • Animations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published