40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
This is the README for Tortuga's demo build. The source code is available at:
|
|
|
|
https://github.com/Ratstail91/Tortuga
|
|
|
|
The current build may have bugs, missing features, bugs masquerading as
|
|
features, etc. You can report a bug/feature here:
|
|
|
|
https://github.com/Ratstail91/Tortuga/issues
|
|
|
|
Please note that this game requires a functioning server to operate correctly.
|
|
Both a game server and game client are included in this package.
|
|
|
|
-------------------------
|
|
Instructions For Setup
|
|
-------------------------
|
|
|
|
1. To create a server, simply run server.exe
|
|
(a public server "Island Home" is provided by default)
|
|
2. To play, run client.exe
|
|
3. Your unique information should be inputted into the lobby screen, replacing
|
|
the default values.
|
|
4. There are currently two options for avatars:
|
|
|
|
* character1.png #male
|
|
* character2.png #female
|
|
|
|
5. Select a server, and click join.
|
|
|
|
-------------------------
|
|
Linux Users
|
|
-------------------------
|
|
|
|
Before running this on linux, you may need to run the following commands:
|
|
|
|
sudo apt-get install libsdl2-net-2.0-0
|
|
sudo apt-get install libsdl2-image-2.0-0
|
|
sudo apt-get install libsdl2-ttf-2.0-0
|
|
|
|
|