Skip to content

leoll2/Ants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ants

Ants simulates a colony of ants wandering across a field in search of food. They communicate with each other by releasing pheromones, whose smell guides the little creatures towards the coveted meal.

Install dependencies

This application requires Allegro4 to run. The suggested way to install is:

sudo apt-get install liballegro4.4 liballegro4-4dev

Download

git clone https://www.github.com/leoll2/Ants.git

Compile

make

Launch

sudo bin/main

Note: superuser privileges are needed to create real-time threads.

Documentation

If you need help, or simply want to know more about the project, please take a look at the documentation here.