Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 197 Bytes

File metadata and controls

16 lines (12 loc) · 197 Bytes

Bens Python chess game

Setup

python3 -m venv chess
source chess/bin/activate
pip install -r ./requirements.txt

Play

source chess/bin/activate
python main.py