trun/battlecode-webclient

[Request] Allow webclient to load matches from the web

Opened this issue · 1 comments

axc commented

A suggestion that would help with the website infrastructure. Right now we have to keep a local copy of all the matches files on each web server, but we can avoid this if the web client can directly load a match from a URL (such as an S3 URL).

Or maybe this is already possible?

trun commented

@axc That should be possible right now. Looks like we just pass the download url into the swf currently.