This is a random daily word guessing game which is better than similar games because you start with a random guess, thus reducing the incentive to always start each game the same way.
Clone the repository and perform the following command line actions:
$> cd randle
$> npm install
$> npm run start
$> docker build -t game .
$> docker run -d -p 3000:3000 game
Open http://localhost:3000 in browser.