MatteoFusconi / SIR_Project

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIR_Project

You need to install the SFML library before the execution of the program.

Execution

Compiling:

g++ -c main.cpp disease.cpp board.cpp

Run:

  1. g++ main.o disease.o board.o -lsfml-ghraphics -lsfml-window -lsfml-system
  2. ./a.out

Testing

Compiling:

g++ -c testing.cpp

Run:

  1. g++ testing.o
  2. ./a.out

About

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.

License:Apache License 2.0


Languages

Language:C++ 100.0%