Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 2 and Version 3 of WikiStart

Show
Ignore:
Author:
LeoD (IP: 84.169.206.153)
Timestamp:
05/09/07 11:42:04 (17 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    33Defend is a cross-platform real time strategy game written in D. 
    44 
    5 == Starting Points == 
     5== What is done == 
    66 
    7  * TracGuide --  Built-in Documentation 
     7 * A simple scene graph 
     8 * Loading and rendering .OBJ meshes 
     9 * Generating and rendering a terrain 
     10 * Base for the multiplayer protocol 
     11 * Synchronized object management 
    812 
    9 For a complete list of local wiki pages, see TitleIndex. 
     13== TODO == 
     14 
     15 * Pathfinding 
     16 * Let the user place objects on the terrain 
     17 * Find a good way to synchronize the whole world over network 
     18 * Generate lightmaps for the terrain 
     19 * AI