An open API service indexing awesome lists of open source software.

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

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