just one game word generator for custom words
Go to file
2023-07-16 18:59:56 +02:00
.idea Completely rework justone 2023-07-16 18:33:18 +02:00
public Completely rework justone 2023-07-16 18:33:18 +02:00
src Fix endgame buttons 2023-07-16 18:41:17 +02:00
.eslintrc.cjs Completely rework justone 2023-07-16 18:33:18 +02:00
.gitignore Completely rework justone 2023-07-16 18:33:18 +02:00
env.d.ts Completely rework justone 2023-07-16 18:33:18 +02:00
index.html Completely rework justone 2023-07-16 18:33:18 +02:00
package-lock.json Completely rework justone 2023-07-16 18:33:18 +02:00
package.json Completely rework justone 2023-07-16 18:33:18 +02:00
README.md Explain better in the r eadme 2023-07-16 18:59:56 +02:00
tsconfig.app.json Completely rework justone 2023-07-16 18:33:18 +02:00
tsconfig.json Completely rework justone 2023-07-16 18:33:18 +02:00
tsconfig.node.json Completely rework justone 2023-07-16 18:33:18 +02:00
vite.config.ts Completely rework justone 2023-07-16 18:33:18 +02:00

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