diff --git a/Home.md b/Home.md index fcb0627..ca8a404 100644 --- a/Home.md +++ b/Home.md @@ -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) diff --git a/map-file-format.md b/map-file-format.md new file mode 100644 index 0000000..ec5c024 --- /dev/null +++ b/map-file-format.md @@ -0,0 +1,2 @@ +This page is a work in progress, as is the map system of the game. + diff --git a/program-architecture.md b/program-architecture.md index db58638..d81ffad 100644 --- a/program-architecture.md +++ b/program-architecture.md @@ -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. diff --git a/project-introduction.md b/project-introduction.md new file mode 100644 index 0000000..a75ce3d --- /dev/null +++ b/project-introduction.md @@ -0,0 +1 @@ +This file is a work in progress. Please excuse me, I need to reboot the computer. \ No newline at end of file diff --git a/todo-list.md b/todo-list.md index 5dd59ea..5ce2aac 100644 --- a/todo-list.md +++ b/todo-list.md @@ -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