Skip to content

hillmanov/go-boggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-boggle

A boggle solver written in go

Whenever I learn a new language, one of the first things I do is write a boggle solver.

The things solving this problem can teach you about a langue is:

  • File IO
  • Data structures
  • Accessing command line arguments
  • How methods work
  • Package management / file structure

At the time of writing this README, the boggle board is hard coded in boggle.go. The next step is to pull the letters from the command line.

Compile, run boggle in the same directory as dictionary.txt, and you will see the number of words found on the board.

About

A boggle solver written in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages