Hello all
As some of you may have seen in the questions section of the forum, I have been for the past month or so been working on a game of chess. It was developed entirely in Pythonista, and it is here. There are still lots of bugs, and the AI isn't working properly, but I'm working on that now and thought I'd share what I have here. Please note that as it is a repo, not a single file, an installer file (in .py form and .exe for Windows) is provided in the main directory to download, extract, and place in the site-packages folder the main package. Also, the same file can be used to redownload the source every time it's updated.
It's extremly simple to use, on the order of 3 lines total to start a game using the scene module in Pythonista:
import Phantom
game = Phantom.ChessGame()
game.gui()
I hope you like it!
(links to screenshots: screenshot0, screenshot1, screenshot2)