Skip to main content

Quickstart

Extremely-Quick-Start -- (ba|z|fi)?sh users only

  • requires a Unix terminal ((ba|z|fi)?sh)
  • curl must be installed
  • run
curl https://raw.githubusercontent.com/jakta-bdi/jakta-examples/main/jakta-example.sh | bash
  • the repository is in your Downloads folder for further inspection

Quick-Start

On a terminal, type the following commands:

  1. git clone https://github.com/jakta-bdi/jakta-examples.git
  2. cd jakta-examples
  3. Explore the src folder, containing examples implemented using JaKtA DSL. Choose one file that you want to launch, for example PingPong.
  4. Depending on the platform, launch:
    • Bash compatible (Linux, MacOS X, Git Bash, Cygwin): ./gradlew jaktaPingPong
    • Windows native (cmd.exe, Powershell): gradlew.bat jaktaPingPong

In addition, you can run ./gradlew tasks (or gradlew.bat tasks if using Windows) to see all the available examples that you can run. JaKtA examples are visible under the JaKtA examples tasks section.