/Motus

Minimal recreaction of the french TV show Motus (known as Lingo in the US) as a web app. Original version done in 2h30.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Benjamin's Motus

About

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.

Using

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.

Credits

Copyleft🄯 2022 Benjamin Lefebre.