Changed the page names to uppercase
+7
-7
@@ -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](wiki/project-introduction)
|
* [Project Introduction](wiki/Project-Introduction)
|
||||||
* Story
|
* Story
|
||||||
* Game Backdrop & Aesthetics
|
* Game Backdrop & Aesthetics
|
||||||
* Back Story
|
* Back Story
|
||||||
@@ -26,18 +26,18 @@ If this wiki is missing something, it means I haven't gotten to it yet.
|
|||||||
* economy
|
* economy
|
||||||
* non-player characters
|
* 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](wiki/map-file-format)
|
* [Map File Format](wiki/Map-File-Format)
|
||||||
* modding outline
|
* modding outline
|
||||||
* [Notes](wiki/notes) & [Scraps](wiki/scrapped-gdd)
|
* [Notes](wiki/notes) & [Scraps](wiki/Scrapped-GCD)
|
||||||
* [Todo List](wiki/todo-list)
|
* [Todo List](wiki/Todo-List)
|
||||||
|
|
||||||
## Libraries
|
## Libraries
|
||||||
|
|
||||||
* [SDL](http://www.libsdl.org/)
|
* [SDL](http://www.libsdl.org/)
|
||||||
* [SDL_net](http://www.libsdl.org/projects/SDL_net/)
|
* [SDL_net](http://www.libsdl.org/projects/SDL_net/)
|
||||||
* [Codebase](https://github.com/Ratstail91/Codebase/wiki)
|
* [Codebase](https://github.com/Ratstail91/Codebase)
|
||||||
|
|
||||||
## Copyright
|
## Copyright
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
[map file format](wiki/map-file-format).
|
[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,4 +1,4 @@
|
|||||||
This is the old scrapped GDD, which I'm using as a basis for the wiki. This has a lot of rough ideas, and that's about it.
|
This is the old scrapped GCD, which I'm using as a basis for the wiki. This has a lot of rough ideas, and that's about it.
|
||||||
|
|
||||||
Tortuga
|
Tortuga
|
||||||
Game Concept Document
|
Game Concept Document
|
||||||
@@ -5,5 +5,5 @@
|
|||||||
* design the player system for the new prototype
|
* design the player system for the new prototype
|
||||||
* design the map system
|
* design the map system
|
||||||
* design a FRIGGIN COLLISION SYSTEM!!
|
* design a FRIGGIN COLLISION SYSTEM!!
|
||||||
* clear out the old GDD
|
* clear out the old GCD
|
||||||
* clear out the old notes file
|
* clear out the old notes file
|
||||||
Reference in New Issue
Block a user