A text-based word association game generator that creates a game using a provided word list.
- Clone the repository git clone
- Navigate to the project directory cd word-wrangler
- Install dependencies npm install
- Prepare a word list file (e.g., words.txt) with one word per line.
- Run the game with the following command: npm start words.txt
- Random word selection
- Word list import
- Game scoring system