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?