Hi I'm trying to make a simple browser based MMORPG in Rails for fun.

One of the issues that I cannot resolve is how to architect several
universes. For example, go to www.ogame.org and you will see that the
user can sign up to multiple universes to play in. Or kind of like WoW
where you can sign in to separate worlds. However for my game the
player is only allowed to ever play in the world he signed up in.

Would the best way to achieve this "partitioning" to create several
databases? Or is there a more effective way? I don't want to do it in
such a way that maintenance becomes a nightmare.

Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to