RuolinZheng08 / renpy-chess

A chess GUI built with Ren'Py, python-chess, and Stockfish. Version 2.0 of https://github.com/RuolinZheng08/renpy-chess-engine
https://r3dhummingbird.itch.io/renpy-chess-game
MIT License
71 stars 13 forks source link

Add an optional pieces theme picker and another set of pieces as example #11

Open devdanzin opened 3 years ago

devdanzin commented 3 years ago

It might be useful to let players pick a chess piece theme in game. If this sounds desirable, I have a hackish proof of concept that could be developed into an optional dialog. PyChess has a diverse set of SVG pieces (and even TTF), we could convert some to PNG or investigate whether using SVG is viable.