An implementation of the Langton's Ant algorithm in pure CMake
To run the program, execute the following command:
$ cmake -P ant.cmakeA custom number of steps may be specified like so:
$ cmake -DNSTEPS=15 -P ant.cmake
number of steps: 15
...| Name | Name | Last commit date | ||
|---|---|---|---|---|
An implementation of the Langton's Ant algorithm in pure CMake
To run the program, execute the following command:
$ cmake -P ant.cmakeA custom number of steps may be specified like so:
$ cmake -DNSTEPS=15 -P ant.cmake
number of steps: 15
...