Skip to content

A finger exercise in python. PyQt Gui, 2d grid, combined with games from Game Theory and evolution

Notifications You must be signed in to change notification settings

floatingbits/python_2d_evolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python_2d_evolution

Let's see what happens if you let creatures move on a 2d grid and let them play, let's say the iterated prisoners dilemma against each other. Over the time evolving in many different ways: Perception, movement, and their playing strategies.

Installation

Check out and install dependencies from requirements.txt.

Run

Run /src/2d_evolution/main.py

Play

Press the "play" button to make creatures move. Press the "tournament" button to let creatures in the same sector play a tournament of the iterated prisoner's dilemma against each other.

TBC

About

A finger exercise in python. PyQt Gui, 2d grid, combined with games from Game Theory and evolution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages