phreeza / cells

a game where players programm agents that compete for resources in a simulated environment
http://phonons.wordpress.com/2010/06/01/cells-a-massively-multi-agent-python-programming-game/
MIT License
222 stars 42 forks source link

Terrain visibility #22

Closed OttoAllmendinger closed 14 years ago

OttoAllmendinger commented 14 years ago

Currently the terrain isn't visible to the agents. How about WorldView.get_terrain() ?

phreeza commented 14 years ago

It's already there in the new_rules branch, will be coming to master branch soon.