CLI-based chess game written in Python
- controlling moves by entering
from
andto
as coordinates. - not supported moves are blocked
- simple array based print-out is supported
- supported pieces: rocks and knights
python3 chessgame.py
python3 -m unittest -v