issues
search
govariantsteam
/
govariants
A place to play Go variants
https://www.govariants.com
GNU Affero General Public License v3.0
5
stars
1
forks
source link
cleanup BadukWithAbstractBoard, move files, fix imports
#318
Closed
merowin
closed
2 weeks ago
merowin
commented
2 weeks ago
Sorry for the big diff. This is a bunch of cleanup of old stuff.
Delete dead code: BadukBoardAbstract (was used before we had the board factory), IBadukBoard, StoneState, BadukWithAbstractBoardConfigForm
Move board creation helpers into lib/abstractBoard/helper
Move BadukWithAbstractBoard into variants/deprecated
Export / Import fixes
Sorry for the big diff. This is a bunch of cleanup of old stuff.