Click to See Complete Forum and Search --> : Software development methodology


Bobbysl
December 1st, 2008, 11:41 AM
Hey People
What is the best Software development methodology in your opinion to build a RTS game???

I feel a pure Object oriented design will be better than spiral or incremental or prototyping. What are your thought
Thanks

wildfrog
December 1st, 2008, 06:43 PM
I find those methodologies somewhat mixed up. Object oriented design relates to how you structure your code, whereas the others relates to how you manage your project.

- petter

Bobbysl
December 2nd, 2008, 08:54 AM
Say you have a small project with about 2 or 3 people. Is there a point to using project management methodologies???
Thanks