Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

To run this in Ubuntu 20.04, cd to the directory where you downloaded the JAR file, then run:

java -jar SliceAndDiceFull-1-0-3.jar

Slice & Dice requires the JRE (Java Run-Time Environment, which you can install with this command:

sudo apt install default-jre

SIice & Dice also requires version 8 of the JDK, which you can get with this command:

sudo apt install openjdk-8-jdk

If you have another version of the JDK already installed, Slice & Dice still won't run.  Use this command to choose JDK version 8 instead of the other verison.

sudo update-alternatives --config java

I haven't tested any other Linux versions.

Thanks for this, I'll try to improve Linux export next time, it's not great that you need a JDK lol

I would add that it did not work for me with Java 11, I had to install Java 8. That might be useful info for others who try to get it running.