iScsc / Haunted-Chronicles

A small project to discover online multiplayer games.
2 stars 2 forks source link

May need to use json interpreter #10

Closed ZynoXelek closed 1 year ago

ZynoXelek commented 1 year ago

We may need to use json interpreter instead of our custom interpreter as the complexity of our game increase and the amount of Class to save and transmit increase. It would also be easier to save maps in a file for instance. (Or we could do it ourselves.)

BlueNZ commented 1 year ago

Won't there be any issues with the interpreter as there was with the eval function (if we use it on sent and received messages) ?

ZynoXelek commented 1 year ago

This should not be mandatory anymore now that our custom interpretor has been improved!