Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 838 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 838 Bytes

Primel

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 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.

Primel doing it's thing

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

$ cd wordle
$ npm install
$ npm run start