Updated Home (markdown)

Kayne Ruse
2013-05-03 10:29:28 -07:00
parent a718816176
commit e97691133c
+12 -2
@@ -2,16 +2,26 @@ 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. 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) * [Scene System](wiki/Scene-System)
* [Graphics System](wiki/Graphics-System) * [Graphics System](wiki/Graphics-System)
* Player System (WIP) * Player System (WIP)
## Server ## The Server
* Client System (WIP)
* (WIP) * (WIP)
## General
* Networking System and Protocols (WIP)
* Map System (WIP)
## Libraries ## Libraries
* [SDL](http://www.libsdl.org/) - Simple DirectMedia Layer API * [SDL](http://www.libsdl.org/) - Simple DirectMedia Layer API