Updated Home (markdown)

Kayne Ruse
2013-05-02 03:56:11 -07:00
parent 4418f15a29
commit f531901e63
+5 -7
@@ -1,20 +1,18 @@
Welcome to the Tortuga wiki! 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 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.
# Program Architecture
## Client ## Client
Scene System * Scene System
Graphics System * Graphics System
## Server ## Server
?? * ??
# Libraries # Libraries
* [SDL](http://www.libsdl.org/) - Simple DirectMedia Layer API * [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 * [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.