Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 902 Bytes

File metadata and controls

21 lines (15 loc) · 902 Bytes

Boggle

A boggle game and solver. When it is run, it serves up a random boggle game board and allows you to input words. When the game is terminated, it totals up your score and tells you the longest possible word and how many of the possible words you got.

Motivation

This was an AoPS assignment. I extended this assignment by building in a solver that was sped up by using multiprocessing.

Screenshots

Example Usage Example Usage Example Usage

Features

Uses multiprocessing in the solver.

How to use?

  1. Clone the repo
  2. Run "python Boggle.py"

Further instructions will be printed!

MIT © fidgetspinnerkid