Skip to content

falcucci/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌈 WORDLE 🌈

A word guessing game where players have six attempts to guess a five letter word.

How it works?

The feedback for each guess is given in the form of colored tiles to indicate if letters match the correct position.

This Replit is available if you want to preview and play the game without any pre setup.

Briefing as .gif

Here we have a brief about what it would be suppose to look:

wordle2

Usage

This game was't published at npm yet so run it locally to see how it works.

install typescript globally:

$ npm i -g typescript

install all required packages:

$ npm i

run it using npx as follows:

$ npx ts-node src/main.ts

About

A word guessing game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published