Skip to content

v0.3 (alpha 2016-02-03)

Pre-release
Pre-release
Compare
Choose a tag to compare
@edpowley edpowley released this 03 Feb 22:57
· 37 commits to master since this release

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 named ShallowSeas_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 and ShallowSeas.x86_64, and a directory named ShallowSeas_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.