Skip to content

damianlebiedz/langtons-ant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Langton's ant

Implementation of Langton's ant cellular automaton in C++ using SFML library. https://en.wikipedia.org/wiki/Langton%27s_ant

License: MIT

Technologies

Installation

Make sure that you have installed:

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

View

langtons-ant

Contact

Damian Lebiedź | https://damianlebiedz.github.io/contact.html