undercover-words
v0.1.0
Published
A TypeScript utility library
Readme
Undercover Words
A word bank library for the "Who is the Spy" party game, providing carefully curated word pairs for gameplay.
Usage
Each word group in this library consists of the following components:
| Component | Description | |-----------|-------------| | Civilian Word | The word given to civilian players | | Spy Word | The word given to the spy player | | Difficulty (1-10) | Overall difficulty level for guessing the spy | | Themes | Category tags (predefined + custom) |
Contributing
Development
# Install dependencies
pnpm install
# Format code
pnpm format
# Lint code
pnpm lintTesting
# Run tests
pnpm test
# Run tests in watch mode
pnpm test:watchBuild
# Build the library
pnpm build
# Build in watch mode
pnpm build:watch
# Clean build artifacts
pnpm cleanLicense
MIT
