Releases: edpowley/ShallowSeas
Releases · edpowley/ShallowSeas
v0.4 (alpha 2016-06-02)
Installation instructions
Windows
- Download ShallowSeas_20160602_Windows.zip.
- Extract the zip to a convenient location. You should have a file named
ShallowSeas.exe
and a directory namedShallowSeas_Data
. - Run ShallowSeas.exe.
Mac OS X
- Download ShallowSeas_20160602_OSX.zip.
- If you are using Safari, the zip may be extracted automatically. If not, extract it manually.
- Run ShallowSeas.app.
- If the game fails to run with a message about it being from an unidentified developer, follow these instructions.
Linux
- Download ShallowSeas_20160602_Linux.zip.
- Extract the zip. One way of doing this is by opening a terminal and typing
unzip ShallowSeas_20160602_Linux.zip
- You should have two files
ShallowSeas.x86
andShallowSeas.x86_64
, and a directory namedShallowSeas_Data
. - If you are running a 64-bit operating system, type the following into a terminal:
chmod a+x ShallowSeas.x86_64
./ShallowSeas.x86_64
- If you are running a 32-bit operating system, run the above commands on
ShallowSeas.x86
instead.
v0.3 (alpha 2016-02-03)
Installation instructions
Windows
- Download ShallowSeas_20160203_Windows.zip.
- Extract the zip to a convenient location. You should have a file named
ShallowSeas.exe
and a directory namedShallowSeas_Data
. - Run ShallowSeas.exe.
Mac OS X
- Download ShallowSeas_20160203_OSX.zip.
- If you are using Safari, the zip may be extracted automatically. If not, extract it manually.
- Run ShallowSeas.app.
- If the game fails to run with a message about it being from an unidentified developer, follow these instructions.
Linux
- Download ShallowSeas_20160203_Linux.zip.
- Extract the zip. One way of doing this is by opening a terminal and typing
unzip ShallowSeas_20160203_Linux.zip
- You should have two files
ShallowSeas.x86
andShallowSeas.x86_64
, and a directory namedShallowSeas_Data
. - If you are running a 64-bit operating system, type the following into a terminal:
chmod a+x ShallowSeas.x86_64
./ShallowSeas.x86_64
- If you are running a 32-bit operating system, run the above commands on
ShallowSeas.x86
instead.
v0.2 (alpha 2015-12-01)
This release adds basic multiplayer functionality.
Instructions:
- Extract ShallowSeasServer_20151201_Windows.zip and run ShallowSeasServer.exe (Windows only at the moment -- may work on OSX and Linux via Mono, but not tested.)
- Extract ShallowSeas_20151201_Windows.zip and run ShallowSeas.exe, or extract ShallowSeas_20151201_OSX.zip and run ShallowSeas.app.
- Enter your name.
- Enter the IP address of the machine running the server, or leave it as "localhost" if the client and server are running on the same machine.
- Click "Join game".
- When all clients have joined, switch to the server window, click the command line at the bottom of the window, type
start
and press enter.
v0.1 (alpha 2015-07-04)
Initial alpha test release with basic single-player gameplay