Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 354 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 354 Bytes

EL_chessGame

CLI-based chess game written in Python

Features

  • controlling moves by entering from and to as coordinates.
  • not supported moves are blocked
  • simple array based print-out is supported
  • supported pieces: rocks and knights

How to start the game

python3 chessgame.py

How to run the unittest suite

python3 -m unittest -v