CSC510-2015-Axitron / maze

Main repo for maze game
0 stars 2 forks source link

Load procedural maze #71

Closed duh102 closed 9 years ago

duh102 commented 9 years ago

Add sidemenu option to load procedural maze

meneal commented 9 years ago

This is done. Probably need someone to notify me once new algorithms are added so that I can make sure that the different types are loading up correctly.

duh102 commented 9 years ago

Do you use the /maze/gen/algorithms call to get the algorithms? Because that should be all you need.

meneal commented 9 years ago

Yep. I am using that. I just want to make sure that it's working right when more algorithms are added. It should work no problem though.

On Sat, Mar 28, 2015 at 8:16 PM, Will Morrow notifications@github.com wrote:

Do you use the /maze/gen/algorithms call to get the algorithms? Because that should be all you need.

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

duh102 commented 9 years ago

Sounds good.