Turn your own games into art at chessart.net

Sort:
monsted

Hi all chess lovers

I have made this web app that reads your latest games from chess.com and creates visual representations of the games. Below you can see how it looks for four Hikaru games.

If you want to turn your own - or your favourites GM's - games into art, try it out at chessart.net

And if you have suggestions for improvements or new features, please let me know.

justbefair
monsted wrote:

Hi all chess lovers

I have made this web app that reads your latest games from chess.com and creates visual representations of the games. Below you can see how it looks for four Hikaru games.

If you want to turn your own - or your favourites GM's - games into art, try it out at chessart.net

And if you have suggestions for improvements or new features, please let me know.

 

 

An interesting idea.

Is it a rules based program?  If you had the score, could you point to identifiable moves?

monsted

Thanks! I think so too happy.png

I'm not sure I understand what you mean by rules based. The program gets the latest games from chess.com for the specific user using the chess.com API. Then the game is processed using the chess package in python and converted to x, y coordinates that are drawn on the canvas. You can see the simulation while it draws, and if you choose speed = slow, you can clearly see the specific moves. I hope this explains a bit more. But maybe I have misunderstood your question.