Adding new pages

Kayne Ruse
2013-06-20 16:16:01 +10:00
parent 12c30eb9d5
commit b65867fc48
5 changed files with 12 additions and 3 deletions
+3 -2
@@ -8,7 +8,7 @@ If this wiki is missing something, it means I haven't gotten to it yet.
## Table of Contents ## Table of Contents
* Project Introduction * [Project Introduction](project-introduction)
* Story * Story
* Game Backdrop & Aesthetics * Game Backdrop & Aesthetics
* Back Story * Back Story
@@ -24,10 +24,11 @@ If this wiki is missing something, it means I haven't gotten to it yet.
* equipment * equipment
* exploration * exploration
* economy * economy
* NPCs * non-player characters
* Technical Information * Technical Information
* [Program Architecture](wiki/program-architecture) * [Program Architecture](wiki/program-architecture)
* [Networking Protocol](wiki/networking-protocol) * [Networking Protocol](wiki/networking-protocol)
* [Map File Format](map-file-format)
* modding outline * modding outline
* [Notes](wiki/notes) & [Scraps](wiki/scrapped-gdd) * [Notes](wiki/notes) & [Scraps](wiki/scrapped-gdd)
* [Todo List](wiki/todo-list) * [Todo List](wiki/todo-list)
+2
@@ -0,0 +1,2 @@
This page is a work in progress, as is the map system of the game.
+1 -1
@@ -42,7 +42,7 @@ Resources transmitted include but are not limited to:
#### World Maps #### World Maps
The maps on a server are called rooms. For the data format, See The maps on a server are called rooms. For the data format, See
[maps](wiki/maps). [map file format](wiki/map-file-format).
This is an example of the structure that a server's world can have. This isn't This is an example of the structure that a server's world can have. This isn't
a requirement, but it can offer the easiest solutions. a requirement, but it can offer the easiest solutions.
+1
@@ -0,0 +1 @@
This file is a work in progress. Please excuse me, I need to reboot the computer.
+5
@@ -2,3 +2,8 @@
* Player's internals a weird. * Player's internals a weird.
* Update the networking outline * Update the networking outline
* What if a bounding box could have a vector added to it? * What if a bounding box could have a vector added to it?
* design the player system for the new prototype
* design the map system
* design a FRIGGIN COLLISION SYSTEM!!
* clear out the old GDD
* clear out the old notes file