Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 464 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 464 Bytes

Endless Wordle

My attempt to recreate the Wordle game. This is mostly for my own coding practice

Task list

  • implementation of a wordle game
  • implementation difficulty
  • styling
  • on-screen colored keyboard

Running Locally

npm ci
npm run build
python -m SimpleHTTPServer 8080

This will start a server on port 8080, on which you can play the game

Testing

npm test