CSC510-2015-Axitron / maze

Main repo for maze game
0 stars 2 forks source link

MazeDB hookups for designer #58

Closed duh102 closed 9 years ago

duh102 commented 9 years ago

Save/load from MazeDB from/into designer

macluo commented 9 years ago

This issue has been pending for 3 days. Does anyone plan to work on this feature? If you guys are busy, I can get this started.

meneal commented 9 years ago

I'm still working on this side menu thing. It will likely take me awhile since I have a lot to learn just to get it all to work.

On Fri, Mar 27, 2015 at 9:53 AM, Mark Luo notifications@github.com wrote:

This issue has been pending for 3 days. Does anyone has planned to work on this feature? If you guys are busy, I can get this started.

— Reply to this email directly or view it on GitHub https://github.com/CSC510-2015-Axitron/maze/issues/58#issuecomment-86945906 .

duh102 commented 9 years ago

I actually just put in a loading feature that modifies the designer page with a valid maze, so it should be fairly easy to implement.

macluo commented 9 years ago

Cookie feature is also supported by remoteDB object. You guys can copy & paste the code or break down the mazeMenu.js so designer can load the common js file too. Okay. I will leave this to you guys and work on something else.

duh102 commented 9 years ago

I'm going to split out the remoteDB into it's own js so it can be shared between the designer and the game, just an fyi.

macluo commented 9 years ago

:+1:

duh102 commented 9 years ago

Should be done in 1a04b2d9a7456186be716f7893148dd9dce7c0a5, I'm able to save and load mazes to my user profile just fine (to test, log into dummy1@dum.my and try it out).