Skip to content

mnPanic/algo2-tp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

algo2-tp3

Algoritmos y Estructuras de datos II.

TP 3 - Exorcismo Extremo

Referencia repo TP2

Integrantes

Nombre LU Mail
Rosinov, Gaston Einan 37/18 [email protected]
Schuster, Martin Ariel 208/18 [email protected]
Panichelli, Manuel 72/18 [email protected]

Disclaimer

Pasan todos los tests, pero al correrlos con Valgrind, presentan un leak a la hora de crear un LocalizadorEstatico.

Como esto es "tema de la cátedra" suponemos que no es problema.

Correr interfaz gráfica en Mac

## Dependencias
brew install cmake
brew install sdl2
brew install boost
brew install sdl2_image
# No se si es necesario
brew install sdl2_ttf

## Buildear
cd Solucion
# Solo si ya existe el directorio build/
rm -r build
mkdir build
cd build
cmake -DWITH_GUI=ON ..
make
./ExtremeExorcism

About

TP3 de Algo2 (entregable)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages