Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 30 and Version 31 of code


Ignore:
Timestamp:
Feb 27, 2008, 2:59:33 PM (16 years ago)
Author:
bknecht
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code

    v30 v31  
    2020 * [wiki:DevelopmentResources Links] - A collection of useful stuff.
    2121
     22
     23=== Development Cycles Model ===
     24
     25The model of open-source development is normally an evolutionary one: There are three phases repeated until a threshold for iteration is reached or an adequate solution is obtained.
     26 1. '''Planning''': In this phase, the development goals for the next cycle are stated.
     27 2. '''Implementation''': The plan is being implemented in code.
     28 3. '''Review''': A code freeze is initiated and the work is being analyzed to ensure, that the goals set in the planning phase have been reached. If not, the implementation phase has to be repeated.
     29
     30The development process itself can be split into different stages which are repeated as necessary:
     31 1. Finding ideas & planning
     32 2. Frameworking
     33 3. Implementing game ideas
     34 4. Implementing story and worlds
     35 5. Alpha, beta, final release