https://github.com/zerdicorp/ants_simulation
Simple ants simulation, at a basic level is an advanced slime simulation algorithm.
https://github.com/zerdicorp/ants_simulation
algorithm ants simulation visualization
Last synced: 3 months ago
JSON representation
Simple ants simulation, at a basic level is an advanced slime simulation algorithm.
- Host: GitHub
- URL: https://github.com/zerdicorp/ants_simulation
- Owner: ZERDICORP
- Created: 2021-07-17T01:43:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T10:38:28.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T20:49:32.673Z (6 months ago)
- Topics: algorithm, ants, simulation, visualization
- Language: C++
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ants Simulation
## Launch guide
```console
$ git clone https://github.com/ZERDICORP/ants_simulation.git
$ cd ants_simulation
$ ./run
```## Dependencies
```
$ g++ --version
g++ (GCC) 12.2.0
```
```
$ wget --version
GNU Wget 1.21.3 built on linux-gnu.
```
```
$ tar --version
tar (GNU tar) 1.34
```