Skip to content

fidgetspinnerkid/Boggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Boggle solver and game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages