Skip to content

zscott/ant-colony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ant-colony

An ant colony simulation written in python.

How do I get started?

The first thing you need to do is install necessary python libraries.

Install python virtualenv

sudo apt-get install python-virtualenv

Run init_venv.sh

./init_venv.sh

This will create a virtual environment in the current directory and install all necessary python libraries.

Run the simulation

python ./main.py

About

An ant colony simulation in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published