Jump to content
MakeWebGames

analytik

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by analytik

  1. Hello everyone, I've recently started coding my zombie survival sandbox/simulation game, using - Symfony (2.0 now, will upgrade to 2.1 soon because of dependencies of other Bundles) - Propel for MySQL models for game object definitions & player list - Mandango for MongoDB models for storing actual game data (houses, humans, object instances, etc) - the usual, Windows + virtual kubuntu for development, Dreamhost VPS for hosting I have worked with MVC/MVP frameworks previously, but this is my first project in Symfony and I love it so far. Propel saved my life 70 times over on the last project, it really makes enormous difference. Anyone else got experience with Symfony?
  2. Generally speaking, being open source doesn't meet you *have* to distribute the code. You can keep it for yourself, or you can sell it with most of the licenses; only some licenses prohibit charging for your modifications. EDIT: Ooops, hello Page 2.
×
×
  • Create New...