An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Ants Simulation

screenshot

## 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
```