An open API service indexing awesome lists of open source software.

https://github.com/treechcer/python-chess


https://github.com/treechcer/python-chess

Last synced: over 1 year ago
JSON representation

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