589 B
589 B
Just One
A simple cooperative party game. Guess the secret words, support the active guesser with associations on small white boards. But don't talk to each other!
https://www.asmodee.de/produkte/just-one
Local hosting
Initial install
npm ci
npm run build
Serving the files
python -m http.server -d dist
Development
npm install
Compile and Hot-Reload for Development
npm run dev
Type-Check, Compile and Minify for Production
npm run build
Lint with ESLint
npm run lint