module
Version:
v0.0.0-...-18c2836
Opens a new window with list of versions in this module.
Published: Mar 20, 2023
License: BSD-2-Clause
Opens a new window with license information.
README
¶
go-boggle
A Boggle solver in Go.
Usage
To solve the Boggle grid boggle-example.txt using
the word list scrabble.fr.txt:
make build
./cmd/boggle/boggle -w ./assets/scrabble.fr.txt -b ./assets/boggle-example.txt
Check help:
./cmd/boggle/boggle -h
To remove the executable:
make clean
Directories
¶
cmd
|
|
|
|
Click to show internal directories.
Click to hide internal directories.