This project presents the implementation of a simplified version of Duck Game, originally developed by Landon Podbielski in 2014.
Nombre | Apellido | Correo FIUBA | Usuario de Github |
---|---|---|---|
Candela | Matelica | [email protected] | candematelica |
Josué | Martel | [email protected] | josValentin-fiuba |
Leticia | Figueroa | [email protected] | leticiafrR |
Andrea | Figueroa | [email protected] | AndreaFigueroaR |
To run the program with valgrind use the follow command:
valgrind --leak-check=yes <taller_program> <params>
This implementation utilizes sockets, threads, and queues provided by the head of practical work of the course, distributed under the GPL v2 license.