Adding new pages
+3
-2
@@ -8,7 +8,7 @@ If this wiki is missing something, it means I haven't gotten to it yet.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
* Project Introduction
|
||||
* [Project Introduction](project-introduction)
|
||||
* Story
|
||||
* Game Backdrop & Aesthetics
|
||||
* Back Story
|
||||
@@ -24,10 +24,11 @@ If this wiki is missing something, it means I haven't gotten to it yet.
|
||||
* equipment
|
||||
* exploration
|
||||
* economy
|
||||
* NPCs
|
||||
* non-player characters
|
||||
* Technical Information
|
||||
* [Program Architecture](wiki/program-architecture)
|
||||
* [Networking Protocol](wiki/networking-protocol)
|
||||
* [Map File Format](map-file-format)
|
||||
* modding outline
|
||||
* [Notes](wiki/notes) & [Scraps](wiki/scrapped-gdd)
|
||||
* [Todo List](wiki/todo-list)
|
||||
|
||||
@@ -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
|
||||
|
||||
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
|
||||
a requirement, but it can offer the easiest solutions.
|
||||
|
||||
|
||||
@@ -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.
|
||||
* Update the networking outline
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user