https://github.com/treechcer/python-chess
https://github.com/treechcer/python-chess
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/treechcer/python-chess
- Owner: Treechcer
- Created: 2025-03-15T21:31:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T21:40:09.000Z (over 1 year ago)
- Last Synced: 2025-03-15T22:26:31.211Z (over 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple chess in python.
You need to add pictures of pieces.
`ro.jpg` = white rook
`kn.jpg` = white knight
`bi.jpg` = white bishop
`qu.jpg` = white queen
`ki.jpg` = white king
`pa.jpg` = white pawn
***
`r.jpg` = black rook
`n.jpg` = black knight
`b.jpg` = black bishop
`k.jpg` = black king
`q.jpg` = black queen
`p.jpg` = black pawn