Thanks to:
-
Hannah Park for creating the Wordle clone that I modified.
-
The list of prime numbers at UT Martin.
-
The real Wordle here
-
Play this here
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 Primel, you need to guess a 5 digit prime. The game lets you know which digits you get right each time you guess a valid 5 digit prime.
To Run Locally: Clone the repository and perform the following command line actions:
$ cd wordle
$ npm install
$ npm run start