Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 576 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 576 Bytes

Hexel

Thanks to:

WHAT???!???

In Wordle, you need to guess a 5 letter word. The game lets you know which letters you get right each time you guess a valid word.

In Hexel, it's the exact same, but with 6 letters. Cheers!

To Run Locally: Clone the repository and perform the following command line actions:

$ cd wordle
$ npm install
$ npm run start