A simple implementation of Langton's ant.
Information about the rules of the cellular automata can be found by following this link:
https://en.wikipedia.org/wiki/Langton%27s_ant
- SDL2
- yaml-cpp
- CMake
- Clone the repository via typing
git clone https://github.com/Balajanovski/langton-ant.git
into your terminal - Enter the reposity by typing
cd langton-ant
- Generate a makefile by typing
cmake .
- Build the project by typing
make
- Run it by typing
./langton
. This will open the application with the settings inConfig/config.yaml