Implementation of Langton's ant cellular automaton in C++ using SFML library. https://en.wikipedia.org/wiki/Langton%27s_ant
- C++ 14
- CMake v.3.14
- SFML v.2.5
- GoogleTest (https://github.com/google/googletest)
Make sure that you have installed:
- MinGW (GCC/G++) compiler compatible with C++ 14 or later (https://www.mingw-w64.org/getting-started/msys2)
- CMake v.3.14 or later (https://cmake.org/download)
- SFML v.2.5 or later (https://www.sfml-dev.org/download)
Type in Command Prompt:
git clone https://github.com/damianlebiedz/langtons-ant
cd langtons-ant
mkdir build
cd build
cmake -G "MinGW Makefiles" ..
cmake --build .
langtons-ant.exe
Damian Lebiedź | https://damianlebiedz.github.io/contact.html