Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Very good Game and works on Linux.

Linux user check you have a Java runtime installed and from a terminal:


java -jar './TwinTigerShark.jar'

Or make a bin/bash file something like this:

#!/bin/sh
exec /usr/bin/java -jar './TwinTigerShark.jar' "$@"