From e97691133c98f68ba07a51c559c519bd3e5e2bfe Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 3 May 2013 10:29:28 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index fbeb1d9..a357141 100644 --- a/Home.md +++ b/Home.md @@ -2,18 +2,28 @@ Welcome to the Tortuga wiki! This guide should help you to understand this project, as well as helping me to plan out the expected features. This project uses C++11, which is available via GNU (or MinGW) 4.7, or Visual Studio 2012. Personally, I'm using MinGW 4.7.2. -## Client +## The Game + +* (WIP) + +## The Client * [Scene System](wiki/Scene-System) * [Graphics System](wiki/Graphics-System) * Player System (WIP) -## Server +## The Server +* Client System (WIP) * (WIP) +## General + +* Networking System and Protocols (WIP) +* Map System (WIP) + ## Libraries * [SDL](http://www.libsdl.org/) - Simple DirectMedia Layer API * [SDL_net](http://www.libsdl.org/projects/SDL_net/) - Source included in this project under libs/SDL_net -* [Codebase](https://github.com/Ratstail91/Codebase) - A local modified version; modifications will be included upstream further into this project. +* [Codebase](https://github.com/Ratstail91/Codebase) - A local modified version; modifications will be included upstream further into this project. \ No newline at end of file