Initial commit
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
|||||||
|
#Editor generated files
|
||||||
|
#*.sln
|
||||||
|
#*.vcproj
|
||||||
|
*.suo
|
||||||
|
*.ncb
|
||||||
|
*.user
|
||||||
|
|
||||||
|
#Directories
|
||||||
|
Release/
|
||||||
|
Debug/
|
||||||
|
|
||||||
|
#Project generated files
|
||||||
|
*.db
|
||||||
|
|
||||||
|
#Shell files
|
||||||
|
*.bat
|
||||||
|
*.sh
|
||||||
@@ -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.
|
||||||
Reference in New Issue
Block a user