Merge pull request #3 from ccoenen/patch-2

python-cairo missing from Readme
This commit is contained in:
Marcel Hellkamp 2017-04-18 17:13:32 +02:00 committed by GitHub
commit e4708d7aec

View file

@ -12,8 +12,9 @@ Pixelflut (python)
Gevent and pygame based python implementation. easier to hack with, but a bit slow. Not recommended for more than 20 players.
sudo aptitude install python-gevent python-pygame
sudo aptitude install python-gevent python-pygame python-cairo
cd pixelflut
mkdir save
python pixelflut.py brain.py
Pixelwar (java)