Design and Implementation with Prototyping Methodology

Posted by Shahin on Stack Overflow See other posts from Stack Overflow or by Shahin
Published on 2010-04-04T16:53:14Z Indexed on 2010/04/04 17:03 UTC
Read the original article Hit count: 193

Filed under:
|
|

I'm developing a game for my dissertation, and I'm using the spiral method approach.

I'm having a bit of difficulty structuring my dissertation, specifically the design and implementation section.

My solution was designed as much as possible initially, and then after each prototype implementation, the design was refined and extended and prototyped again (this was repeated a few times).

My problem is how to structure this in my dissertation, my current idea is:

  • Design Chapter
    • Prototype 1 (Initial) Design
    • Prototype 2 Design
    • Prototype 3 Design
  • Implementation Chapter
    • Prototype 1 (Initial) Implementation
    • Prototype 2 Implementation
    • Prototype 3 Implementation

Any suggestions?

© Stack Overflow or respective owner

Related posts about design

Related posts about methodologies