devgianlu / PYX-Reloaded

A fork of the original Pretend You're Xyzzy, with a completely rewritten frontend and some major changes on the backend
Apache License 2.0
26 stars 13 forks source link

Game replays #19

Open devgianlu opened 6 years ago

devgianlu commented 6 years ago

Save the game reply and watch it later. Maybe speeded up removing the play intervals.

HopperMCS commented 6 years ago

@devgianlu It's up there with theming and settings and whatnot. So many things we want, so many things we won't see for awhile...

devgianlu commented 6 years ago

See #17 for the most liked games ranking idea.

HopperMCS commented 6 years ago

@devgianlu Now that I'm thinking about it, what's the least expensive way to store moves? Would it be possible to save a "cartridge" (textfile with syntax) to a service like Google Drive/Pastebin/Gist and then save the URL to the database? Or am I overthinking it? I'm trying to consider how every game being played also being saved to the server would impact resources and performance.