League of Quoridor v0.
Will be reimplemented in C++.
pip install loq0
act(type, ...args)
: Returns None
or False
if unavailable or True
represents next state if action is valid.
Changes state of itself.
act(type, ...args)
: Returns None
or False
if unavailable or State
represents next state if action is valid.
Makes a copy of state and do not changes itself.