Boggle is a word game where players try to find as many words as possible from a grid of letters. This project is implemented in C#.
- Generates a random grid of letters.
- Allows players to input words they find.
- Validates words against a dictionary.
- Keeps track of the score.
- .NET Core SDK installed on your machine.
-
Clone the repository:
git clone https://github.com/aust-1/Boggle.git
-
Navigate to the project directory:
cd ./src/Boggle -
Build the project:
dotnet build
To start the game, run:
dotnet run- The game will display a grid of letters.
- Type the words you find in the grid and press Enter.
- The game will validate the words and update your score.
- Play until the time runs out or you decide to stop.
Special thanks to MorganKryze for the .NET Library ConsoleAppVisuals, which greatly enhanced the visual aspects of this console application.
This project is licensed under the MIT License - see the LICENSE file for details.