# AntSimulator **Repository Path**: isyuu/AntSimulator ## Basic Information - **Project Name**: AntSimulator - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-02 - **Last Updated**: 2021-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AntSimulator Very simple ants simulator. # Compilation Compiled [SFML](https://www.sfml-dev.org/index.php) need to be present on disk and its root directory needs to be set in `SFML_DIR` variable when configuring the project. When the project is compiled, the `res` folder has to be placed in the same folder as the executable. # Commands |Command|Action| |---|---| |**E**|Pause/Unpause the simulation| |**A**|Toggle markers drawing| |**S**|Toggle max speed mode| |**Right clic**|Add food| |**Left clic**|Move view| |**Wheel**|Zoom|