Minimal recreaction of the french TV show Motus (known as Lingo in the US) as a web app.
The backend is a simple nodejs + express server. The frontend is in vanilla framework-less html + javascript.
The MVP (as seen in the first commit) was coded in exactly 2h30.
The dictionary used to lookup words is the official french scrabble dictionary. Thus, the game might be a "little" harder than other variants found online. The interface is also in french.
Make sure npm or another javascript dependency resolver is installed. Then do:
npm install
Once this is done, you can run the server with:
npm run start
This will print an url you can follow to the website.
Copyleft🄯 2022 Benjamin Lefebre.