Skip to content

Population simulation of ladybirds and aphids. M1 C programming project.

Notifications You must be signed in to change notification settings

chumphati/CocciPuce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CocciPuce

Population simulation of ladybirds and aphids. M1 C programming project.

Launch the simulation

Once the project has been cloned and placed in the coccipuce directory, 2 methods are possible:

Method 1: launch from command line in a terminal

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

Method 2: using the makefile

The commands needed to launch the entire project are :

make all
make launch

About

Population simulation of ladybirds and aphids. M1 C programming project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published