Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.22 KB

Alife Build Status License: MIT Codacy Badge

Introduction

"Artificial Life (Alife) is a term coined by Chris Langton to describe a wide variety of computational mechanisms used to model natural systems. Alife has been used to model agents that trade resources in artificial economies, insect ecologies, animal behavior, and entities negotiating with one another to study models in game theory..." For full information read the pdf document under "docs" directory.

In this project, I implement Alife simulation that demonstrates agents in food chain competing in artificial environment.

Quick set up

Building project:

git clone https://github.com/kabylkas/alife.git
cd alife
mkdir build
cd build
cmake ../
make

Running simulation:

cp ../simulation.cfg .
./alife

Viewing statistics

coming soon...