SUPER-QUICK Start

You need:

  • A terminal, bash compatible preferred
  • Java 11+ installed and working
  • Git installed and working

Open the terminal and follow these steps

  1. git clone https://github.com/AlchemistSimulator/alchemist-primer
  2. cd alchemist-primer
  3. Launch depending on your terminal:
  • Bash compatible (Linux, MacOS X, Git Bash, Cygwin): ./gradlew runAll
  • Windows native (cmd.exe, Powershell): gradlew.bat runAll
  1. Wait for the simulator components to be downloaded (about five minutes on a reasonable connection)
  2. A GUI pops up
  3. Press the P button to start the simlation. Other relevant buttons are described here

Something went wrong along the line? Open an issue and we'll get back to you.

Too quick, works but you wonder why? Take your time with the docs, so that maybe you also understand what's going on.