Very simple ants simulator.
In order to compile this project you will need to:
- have SFML installed on your system. If you don't know how to do it see this link.
- have CMake installed
Detailed explanation here
- Go in the repo folder
cd the/repo/location
- Create a
builddirectory
mkdir build
- Go into build
cd build
- Execute command
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
- Execute command
make
- Install the right SFML version or compile it (see this)
- Run CMake
- Select the repo location
- Click on
Configure, if you have installed thex64version of SFML, in the pop up window selectx64in theOptionnal platform for generatordrop down
- Click on
Finish - Click on
Generate
- You can now open the generated project and build it.
| Command | Action |
|---|---|
| E | Pause/Unpause the simulation |
| A | Toggle markers drawing |
| S | Toggle max speed mode |
| Right click | Add food |
| Left click | Move view |
| Wheel | Zoom |