- Make a copy of
words.mock.txt
and name itwords.txt
- If needed, modify
words.txt
. Each line must contain one word only, and each word must be consisted of 5 capital letters. - Run
npm install
- Run
npm start
To test the game flow under different scenarios, edit game.spec.ts and run npm run test:unit