You need to install the SFML library before the execution of the program.
g++ -c main.cpp disease.cpp board.cpp
- g++ main.o disease.o board.o -lsfml-ghraphics -lsfml-window -lsfml-system
- ./a.out
g++ -c testing.cpp
- g++ testing.o
- ./a.out
A pandemic simulator written in C++ based on SFML open-source graphic library. Developed by three physics students of Alma Mater Studiorum - University of Bologna.
C++Apache-2.0