
TEMPLATE = app
TARGET = Game
CONFIG += c++11
QT += gui widgets
SOURCES += main.cpp GameSim/GameSim.cpp GameVis/GameVis.cpp


