toolness / mobile-microgame-maker

Attempt at building a mobile microgame maker for Minicade.
http://mmm.minica.de
6 stars 2 forks source link

Allow `importGame` querystring arg to be a URL #10

Closed toolness closed 9 years ago

toolness commented 9 years ago

Right now we only support opener, but other platforms, like Minicade, need to be able to easily direct users to a remix page. MMM can just XHR to the URL directly and assume it's CORS-enabled, raising an error dialog if anything fails (our s3 bucket at games.minica.de is already set up for CORS).