Mongoose Rocks!

Submitted by Bill St. Clair on Tue, 08 May 2012 13:01:58 GMT  <== jsMaze ==> 

A few weeks ago, I told you about my spare-time project, jsMaze. Well, I'm still working on it. It now has a "War" mode, with bullet images that spin away and towards you, sounds, and I just finished a scrolling div for the chat. Now I'm focusing on user accounts, so that users can upload their player images, create mazes, and add wall images to those mazes. I had prototyped the account creation and login code in Amazon's SimpleDB and in Redis. Both worked, but were somewhat of a pain. This morning, I converted that code to Mongoose, a MongoDB object modeling tool. Yow! The new code is clear and simple. Mongoose, FTW!

Add comment Edit post Add post