raytran / protochess

Online multiplayer chess website that lets you build custom pieces/boards. Written in Svelte + Rust.

Home Page:https://protochess.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load from JSON

valtsu41 opened this issue · comments

Since it is possible to see the JSON, could it also be possible to enter JSON data to load previous rules?

Hi,

Yes, this has been a planned feature, and it should actually be quite simple to implement; all of the game state is visible in the JSON. I have taken a break from this project, but feel free to open a PR.