From 31d5b3f618ca155f44acd95f93bcbd743dc69297 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 26 Apr 2013 03:03:14 +1000 Subject: [PATCH] Initial commit --- .gitignore | 17 +++++++++++++++++ README.md | 27 +++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0926749 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +#Editor generated files +#*.sln +#*.vcproj +*.suo +*.ncb +*.user + +#Directories +Release/ +Debug/ + +#Project generated files +*.db + +#Shell files +*.bat +*.sh diff --git a/README.md b/README.md new file mode 100644 index 0000000..afa4246 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +Tortuga is a 3/4 top down multiplayer RPG set in a large archipelago occupied by warring pirate clans. The emphasis of this game is on multiplayer competition, exploration in an open world, and solo adventuring. The game runs on a Minecraft like server system with a goal of about 50-100 players on a single server. The player characters are tied to the server where they are created, and are susceptible to permadeath: deletion of a character upon death. The servers are designed to allow a large amount of modification by the hosts. + +## Dependencies + +SDL +SDL_net +[Codebase](https://github.com/Ratstail91/Codebase) (I'll probably just include the necessary modules directly, rather than linking them) + +## Instructions + +I'm trying to keep this as IDE agnostic as possible, so if you use an IDE, please add it's files to .gitignore. + +## Copyright + +Tortuga is released under the [zlib license](http://en.wikipedia.org/wiki/Zlib_License). + +Copyright (c) 2013 Kayne Ruse + +This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution.