raytran / protochess

Online multiplayer chess website that lets you build custom pieces/boards. Written in Svelte + Rust.
https://protochess.com/
GNU General Public License v3.0
106 stars 8 forks source link

Load from JSON #4

Open valtsu41 opened 3 years ago

valtsu41 commented 3 years ago

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

raytran commented 3 years ago

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.