Social intelligence (/Ant colony) simulation.
- Tracker: http://work.bux.fr/projects/intelligine/
- Forum: http://work.bux.fr/projects/intelligine/boards
Project is not ready, but if you want to test it you will need:
- python3.4+
- pygame (see here for pygame python3 installation)
- requirements.txt dependencies (install them with pip install -r requirements.txt)
Then run python3.4 run.py exploration
or python3.4 run.py all
. Keep in mind it's in developpment mode !
On current default graphic output, following keys can be used:
- Z: Zoom
- A: Unzoom
- Left,Right,...: Move screen
- M: Display/Hide molecules
Allow the docker user to communicate with your X session with xhost +local:docker
then run (assuming docker installed) docker run -w /intelligine -v /tmp/.X11-unix:/tmp/.X11-unix -v /dev/snd:/dev/snd --privileged -e DISPLAY buxx/intelligine python3.4 run.py exploration