Zernikalos
Quick Start

Installing Zernikalos

How to install and build the Zernikalos engine

Getting the engine

Basic Setup

  1. Clone the repository from GitHub:
git clone https://github.com/Zernikalos/Zernikalos.git
  1. Build the project:

    Using IntelliJ IDEA (Recommended):

    • Open the project in IntelliJ IDEA
    • Click on the Gradle tab on the right sidebar
    • Run the build task

    Using Command Line:

./gradlew build

On this page