- Download and run the appropriate installer for your system
- Windows - ConeStackerJ-version.msi
- Linux - ConeStackerJ_version.deb / ConeStackerJ_version.rpm
- MacOS - ConeStackerJ-version.dmg
- Install and launch the application
- Install Java JDK 21+
- Clone this repo using
git clone https://github.com/Minecraftalus/ConeStackerJ.git - Run
cd ConeStackerJ - Choose build type
- Full installer
- Install necessary build tools
- Windows - Wix Toolset
- Linux - Run
sudo dnf install rpm-buildorsudo apt-get install rpm - MacOS - Run
xcode-select --install
- Run
./gradlew jpackage - The installer will be located in ConeStackerJ/build/jpackage
- Install necessary build tools
- Simple build
- Run
./gradlew build - The jarfile will be located in ConeStackerJ/build/libs
- Run
java -jar ./build/libs/ConeStackerJ-all.jar
- Run
- Full installer
ConeStackerJ is a fangame of Cone Stacker, but written in Java