https://github.com/m0nirul/word-wrangler
A text-based word association game generator
https://github.com/m0nirul/word-wrangler
game typescript word-association
Last synced: about 1 month ago
JSON representation
A text-based word association game generator
- Host: GitHub
- URL: https://github.com/m0nirul/word-wrangler
- Owner: m0nirul
- Created: 2025-12-20T07:03:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-20T20:02:24.000Z (6 months ago)
- Last Synced: 2025-12-22T20:09:59.942Z (6 months ago)
- Topics: game, typescript, word-association
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Word Wrangler
A text-based word association game generator that creates a game using a provided word list.
## Installation
1. Clone the repository
git clone
2. Navigate to the project directory
cd word-wrangler
3. Install dependencies
npm install
## Usage
1. Prepare a word list file (e.g., words.txt) with one word per line.
2. Run the game with the following command:
npm start words.txt
## Features
- Random word selection
- Word list import
- Game scoring system