Population simulation of ladybirds and aphids. M1 C programming project.
Once the project has been cloned and placed in the coccipuce directory, 2 methods are possible:
The command line is :
gcc -Wall model/coccinelle.c model/direction.c model/potager.c model/puceron.c model/tomato.c ui/cui.c ui/manager.c initialization.c rule.c simulation.c main.c -o executable
./executable
The commands needed to launch the entire project are :
make all
make launch