issues
search
otrego
/
clamshell
Clamshell is a library of Golang functions and tools for the game go
Apache License 2.0
18
stars
11
forks
source link
Add new move.List type + some helpers
#215
Closed
artasparks
closed
3 years ago
artasparks
commented
3 years ago
This PR adds a help some helpers to move.go, move_list.go.
Also renames move.NewMove to move.New for concise-ness.
Additionally, this adds a move.List type, with some useful properties (sorting, string)
artasparks
commented
3 years ago
Thanks for the review!