0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 14 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update to use standard Go layout More... almost 5 years ago
Apply gofmt More... over 13 years ago
Consolidate solvers to one SquareSolver More... over 13 years ago
Extract Solver class, add testing and benchmarking More... over 13 years ago
Rename boards.go to samples.go More... over 13 years ago
Add more sample puzzles, with title field More... over 13 years ago
Add another board More... over 13 years ago
gofmt More... over 13 years ago
Add ship-counting More... over 13 years ago
Rename 'ships' to 'shipLengths' and add accessors to Clues More... over 13 years ago
Remove logging and extract solver More... over 13 years ago
Apply gofmt More... over 13 years ago
Add logging to board and extract Clues from Board More... over 13 years ago
Change Coord's String() to make it clear which is row/column More... over 13 years ago
Rename cmd to command...I think cmd is used by go's Makefile includes More... over 13 years ago
Jiggle the Makefile targets and document in README More... over 13 years ago
Change messy struct of initial squares to map[Coord] Square More... over 13 years ago
Remove unused BOARDS global More... over 13 years ago
Rename tests/benchmarks to have the filename in them More... over 13 years ago
Rename battleship.go to board.go, since it's just the Board object More... over 13 years ago
Change coord from struct to int so that it can be used in a map More... over 13 years ago
Add doc target to Makefile to serve local documentation More... over 13 years ago
Break off square/coord from battleship More... over 13 years ago
Add gotest target with greater verbosity More... over 13 years ago
Add benchmarking and comment out debug printing More... over 13 years ago
Add LICENSES and run format More... over 13 years ago
Add LICENSE and format command More... over 13 years ago
Initial commit More... over 13 years ago