Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

CMake Ant

An implementation of the Langton's Ant algorithm in pure CMake

Running

To run the program, execute the following command:

$ cmake -P ant.cmake

A custom number of steps may be specified like so:

$ cmake -DNSTEPS=15 -P ant.cmake
number of steps: 15
...

About

An implementation of the Langton's Ant algorithm in pure CMake

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages