https://github.com/forloopcodes/py-chess-cui
https://github.com/forloopcodes/py-chess-cui
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/forloopcodes/py-chess-cui
- Owner: ForLoopCodes
- Created: 2023-07-21T15:32:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T15:37:17.000Z (over 2 years ago)
- Last Synced: 2025-01-13T23:44:53.758Z (12 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# py-chess-cui
install stockfish
```
sudo apt-get install stockfish
```
install libraries
```
pip3 install python-chess
```
run:
```
python3 playchess.py
```
enjoy chess in terminal
