Added java implementation
This commit is contained in:
parent
5911691434
commit
75b436a29a
8 changed files with 387 additions and 3 deletions
28
README.txt
28
README.txt
|
|
@ -1,5 +1,27 @@
|
|||
Install
|
||||
=======
|
||||
Pixelflut & Pixelwar
|
||||
====================
|
||||
|
||||
Multiplayer canvas.
|
||||
|
||||
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
|
||||
python pixelflut.py
|
||||
cd pixelflut
|
||||
python pixelflut.py brain.py
|
||||
|
||||
Pixelwar (java)
|
||||
---------------
|
||||
|
||||
Netty based java7 implementation. Very fast but not scriptable (yet).
|
||||
|
||||
sudo aptitude install maven2 openjdk-7-jdk
|
||||
cd pixelwar
|
||||
mvn package
|
||||
java -jar package/pixelwar*-jar-with-dependencies.jar
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue