Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boggle

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#.

Features

  • Generates a random grid of letters.
  • Allows players to input words they find.
  • Validates words against a dictionary.
  • Keeps track of the score.

Getting Started

Prerequisites

Installing

  1. Clone the repository:

    git clone https://github.com/aust-1/Boggle.git
  2. Navigate to the project directory:

    cd ./src/Boggle
  3. Build the project:

    dotnet build

Running the Game

To start the game, run:

dotnet run

How to Play

  1. The game will display a grid of letters.
  2. Type the words you find in the grid and press Enter.
  3. The game will validate the words and update your score.
  4. Play until the time runs out or you decide to stop.

Acknowledgments

Special thanks to MorganKryze for the .NET Library ConsoleAppVisuals, which greatly enhanced the visual aspects of this console application.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages