mateon1 / varBoard

Chess variant GUI written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

State class

mateon1 opened this issue · comments

A generic class that stores the current position, moves, and variations, can be queried for moves up to the current position and continuations after any set of moves.

Note: The class as-is is really a dumb tree and can't be 'queried', but can be walked.