EnoahNetzach / fourFs

Simulated environment for social analysis about units’ fighting, fleeing, feeding, and mating.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fourFs
======

Simulated environment for social analysis about units' fighting, fleeing, feeding, and mating.

Requirements: 
boost 1.53 (http://sourceforge.net/projects/boost/files/boost/1.53.0/)
python 2.7

Compile flags:
[Debug] -DDEBUG=1
[simulation.cpp] -DBOOST_PP_VARIADICS=1

Link flags:
-lboost_random -lboost_program_options -lboost_timer -lboost_system -lboost_thread
-lboost_serialization -lboost_filesystem -lboost_iostreams -lboost_python
-lpython2.7

About

Simulated environment for social analysis about units’ fighting, fleeing, feeding, and mating.


Languages

Language:C++ 98.8%Language:Python 1.2%