CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 06 Aug 2025 08:41:25 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100605013133
location: https://web.archive.org/web/20100605013133/https://github.com/phreeza/cells
server-timing: captures_list;dur=0.661457, exclusion.robots;dur=0.040429, exclusion.robots.policy;dur=0.010513, esindex;dur=0.013093, cdx.remote;dur=46.145109, LoadShardBlock;dur=371.895850, PetaboxLoader3.datanode;dur=137.450803, PetaboxLoader3.resolve;dur=119.456200
x-app-server: wwwb-app225
x-ts: 302
x-tr: 458
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app225; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 06 Aug 2025 08:41:26 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 05 Jun 2010 01:31:33 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "82e0207363c9d66d40494fc313a39556"
x-archive-orig-x-runtime: 51ms
x-archive-orig-content-length: 24742
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 05 Jun 2010 01:31:33 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 05 Jun 2010 01:31:33 GMT", ; rel="memento"; datetime="Sat, 05 Jun 2010 01:31:33 GMT", ; rel="next memento"; datetime="Tue, 21 Jan 2014 08:23:34 GMT", ; rel="last memento"; datetime="Mon, 21 Nov 2022 10:33:05 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_16_20100604103621_crawl101-c/51_16_20100605013100_crawl101.arc.gz
server-timing: captures_list;dur=0.483640, exclusion.robots;dur=0.033604, exclusion.robots.policy;dur=0.008559, esindex;dur=0.011930, cdx.remote;dur=25.938228, LoadShardBlock;dur=346.623611, PetaboxLoader3.datanode;dur=315.640146, PetaboxLoader3.resolve;dur=203.417197, load_resource;dur=233.266132
x-app-server: wwwb-app225
x-ts: 200
x-tr: 686
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
phreeza's cells at master - GitHub
phreeza / cells
- Source
- Commits
- Network (34)
- Issues (12)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
a game where players programm agents that compete for resources in a simulated environment — Read more
cells /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Wed Jun 02 19:17:48 -0700 2010 | ignore cython build files [wtallis] |
![]() |
CHEATING | Tue Jun 01 15:20:16 -0700 2010 | some notes on CHEATING [swolchok] |
![]() |
LICENSE | Thu Jun 03 14:41:25 -0700 2010 | Added the MIT License [phreeza] |
![]() |
README | Wed Jun 02 07:07:35 -0700 2010 | Added numpy to requirements [phreeza] |
![]() |
cells.py | Thu Jun 03 11:51:03 -0700 2010 | Fixed bartrails population counter. TODO detect... [phreeza] |
![]() |
cells_helpers.pyx | Wed Jun 02 18:16:15 -0700 2010 | add optional cython version of get_small_view_fast [swolchok] |
![]() |
minds/ | Fri Jun 04 00:54:22 -0700 2010 | My first mind, featuring ravenous cells that ea... [jaafit] |
![]() |
setup.py | Wed Jun 02 18:16:15 -0700 2010 | add optional cython version of get_small_view_fast [swolchok] |
![]() |
tournament.py | Thu Jun 03 16:05:11 -0700 2010 | yet another name agent tuple bug. will I ever g... [phreeza] |
README
Cells is a multi agent programing game written in Python. For more information see: https://phonons.wordpress.com/2010/06/01/cells-a-massively-multi-agent-python-programming-game/ Requirements: pygame numpy Optional: psyco To run: python cells.py <program1> ... <programN> For example: python cells.py mind1 mind2 For available minds, look in the minds/ folder. Also place your custom minds there.