- Clone the source with git and change directory.
$ git clone https://github.com/johesoman/l-system-simulator.git
$ cd l-system-simulator
- Build the code.
$ stack build
- Run the program using a system, either your own or one from
system/
.
$ stack exec l-system-simulator system/plant.json
- Press <spacebar> to start and pause the simulation, and <esc> to exit the program.