https://github.com/damianlebiedz/langtons-ant
Implementation of Langton's ant in C++
https://github.com/damianlebiedz/langtons-ant
cmake cpp langtons-ant sfml
Last synced: 3 months ago
JSON representation
Implementation of Langton's ant in C++
- Host: GitHub
- URL: https://github.com/damianlebiedz/langtons-ant
- Owner: damianlebiedz
- License: mit
- Created: 2024-11-27T15:17:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-12T16:10:31.000Z (4 months ago)
- Last Synced: 2025-02-12T16:44:04.755Z (4 months ago)
- Topics: cmake, cpp, langtons-ant, sfml
- Language: C++
- Homepage:
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Langton's ant
Implementation of Langton's ant cellular automaton in C++ using SFML library.
https://en.wikipedia.org/wiki/Langton%27s_ant[](https://opensource.org/licenses/MIT)
- [Technologies](#technologies)
- [Installation](#installation)
- [View](#view)
- [Contact](#contact)## Technologies
- C++17
- CMake v.3.10
- SFML v.2.5## Installation
Make sure that you have installed:
- MinGW (GCC/G++) compiler compatible with C++17 or later (https://www.mingw-w64.org/getting-started/msys2)
- CMake v.3.10 or later (https://cmake.org/download)
- SFML v.2.5 or later (https://www.sfml-dev.org/download)Type in Command Prompt:
```bash
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
## Contact
Damian Lebiedź |
https://damianlebiedz.github.io