tp-duck-game

Duck Game - Taller de programación I – 7542/9508 - FIUBA

Presentation

This project presents the implementation of a simplified version of Duck Game, originally developed by Landon Podbielski in 2014.

Authors

| Nombre | Apellido | Correo FIUBA | Usuario de Github | |———-|———–|———————-|————————————————–| | Candela | Matelica | cmatelica@fi.uba.ar | candematelica| | Josué | Martel | nmartel@fi.uba.ar | josValentin-fiuba | | Leticia | Figueroa | lfigueroar@fi.uba.ar| leticiafrR | | Andrea | Figueroa | afigueroa@fi.uba.ar | AndreaFigueroaR |

Run using Valgrind

To run the program with valgrind use the follow command:

valgrind --leak-check=yes <taller_program> <params>

Credits

This implementation utilizes sockets, threads, and queues provided by the head of practical work of the course, distributed under the GPL v2 license.