Skip to content
/ alife Public

Artificial life project. C++ model of synthetic life.

Notifications You must be signed in to change notification settings

kabylkas/alife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

Artificial life project. C++ model of synthetic life.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published