Skip to content

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

Notifications You must be signed in to change notification settings

nkwacker/cmake-ant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages