Lemipc is a project school executed at Epitech
Dates : March 14th 2016 to March 27th 2016
Module : Unix System - Concurrency
It's an school exercise in order to master shared memories, message queues and semaphores between several processes under Linux.
A program is launched for the control of the map and the game.
The other ones that are launched, modify the map (shared memory).
There are several teams and their aim is to circle an enemy with 2 team mate.
If an robot is circled by 2 robot enemies, it dies.
Each robot in ame team can speak each other with a message queue.
The program is entirely written in C Linux
- Standard C Lib Linux