macondo

command module
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2020 License: GPL-3.0 Imports: 12 Imported by: 0

README

macondo

A crossword game move generator, written in Go

Macondo is more than just a simple crossword game move generator! It will have a web interface and later simming capabilities and more.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
ai
player
Package player is an automatic player of Crossword Game, using various forms of AI.
Package player is an automatic player of Crossword Game, using various forms of AI.
Package anagrammer uses a DAWG instead of a GADDAG to simplify the algorithm and make it potentially faster - we don't need a GADDAG to generate anagrams/subanagrams.
Package anagrammer uses a DAWG instead of a GADDAG to simplify the algorithm and make it potentially faster - we don't need a GADDAG to generate anagrams/subanagrams.
Package automatic contains all the logic for the actual gameplay of Crossword Game, which, as we said before, features all sorts of things like wingos and blonks.
Package automatic contains all the logic for the actual gameplay of Crossword Game, which, as we said before, features all sorts of things like wingos and blonks.
cmd
alphabeta
Package alphabeta implements an endgame solver using depth-limited minimax with alpha-beta pruning.
Package alphabeta implements an endgame solver using depth-limited minimax with alpha-beta pruning.
Package gaddag implements the GADDAG, a pretty cool data structure invented by Steven Gordon.
Package gaddag implements the GADDAG, a pretty cool data structure invented by Steven Gordon.
Here we have utility functions for creating a GADDAG.
Here we have utility functions for creating a GADDAG.
Package gcgio implements a GCG parser.
Package gcgio implements a GCG parser.
Package mechanics implements the rules / mechanics of Crossword game.
Package mechanics implements the rules / mechanics of Crossword game.
Package montecarlo implements truncated monte-carlo search during the regular game.
Package montecarlo implements truncated monte-carlo search during the regular game.
Package movegen contains all the move-generating functions.
Package movegen contains all the move-generating functions.
rpc
autoplayer
Package autoplayer is a generated twirp stub package.
Package autoplayer is a generated twirp stub package.
Package strategy encapsulates all strategic concerns for crossword game.
Package strategy encapsulates all strategic concerns for crossword game.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL