Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 598 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 598 Bytes

Minions and Game Theory

Project developed in the Concurrent Computing Course in order to practice the use of concurrent techniques as locks and semaphores.

This program simulates the interaction of minions. A defined number of Minions is divided between two types: good and evil. Points are given to each type set in accordance with the interaction. The percentage of a type in each generation is calculated from its points in the previous generation.

Compile

All the steps to perform compilation is in the Makefile

make clean
make

Execution

./bin/game_theory