Documentation ¶
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. |
Click to show internal directories.
Click to hide internal directories.