Skip to content

A TypeScript / SolidJS implementation of the Lingo / Motus game

License

Notifications You must be signed in to change notification settings

charlyisidore/vocab

Repository files navigation

Vocab'

A TypeScript / SolidJS implementation of the Lingo / Motus game.

Demo: https://vocab.mulletsky.net/.

This software generates static files that run 100% on the client side. Therefore, it can be published as a static website on platforms such as Netlify.

Challenge and dictionary files must be generated beforehand by a program written in Rust. More details in the generator/ folder.

Installation

Install dependencies:

pnpm install

Usage

Run the app in development mode:

pnpm run dev

Generate challenge and dictionary static files (requires rustup):

bash generate.sh

Build the app for production to the dist folder:

pnpm run build

License

AGPL-3.0-only

About

A TypeScript / SolidJS implementation of the Lingo / Motus game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published