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
|
||||
|
||||
* [Project Introduction](wiki/project-introduction)
|
||||
* [Project Introduction](wiki/Project-Introduction)
|
||||
* Story
|
||||
* Game Backdrop & Aesthetics
|
||||
* Back Story
|
||||
@@ -26,18 +26,18 @@ If this wiki is missing something, it means I haven't gotten to it yet.
|
||||
* economy
|
||||
* non-player characters
|
||||
* Technical Information
|
||||
* [Program Architecture](wiki/program-architecture)
|
||||
* [Networking Protocol](wiki/networking-protocol)
|
||||
* [Map File Format](wiki/map-file-format)
|
||||
* [Program Architecture](wiki/Program-Architecture)
|
||||
* [Networking Protocol](wiki/Networking-Protocol)
|
||||
* [Map File Format](wiki/Map-File-Format)
|
||||
* modding outline
|
||||
* [Notes](wiki/notes) & [Scraps](wiki/scrapped-gdd)
|
||||
* [Todo List](wiki/todo-list)
|
||||
* [Notes](wiki/notes) & [Scraps](wiki/Scrapped-GCD)
|
||||
* [Todo List](wiki/Todo-List)
|
||||
|
||||
## Libraries
|
||||
|
||||
* [SDL](http://www.libsdl.org/)
|
||||
* [SDL_net](http://www.libsdl.org/projects/SDL_net/)
|
||||
* [Codebase](https://github.com/Ratstail91/Codebase/wiki)
|
||||
* [Codebase](https://github.com/Ratstail91/Codebase)
|
||||
|
||||
## Copyright
|
||||
|
||||
|
||||
@@ -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
|
||||
[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
|
||||
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
|
||||
Game Concept Document
|
||||
@@ -5,5 +5,5 @@
|
||||
* 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 GCD
|
||||
* clear out the old notes file
|
||||
Reference in New Issue
Block a user