From 90b70a5f15fa0905c21baae86ad9a61ae9eb4408 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Wed, 7 May 2014 16:00:02 +0200 Subject: [PATCH] Moar text --- README.txt | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 3bff555..4c27ec5 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,11 @@ -Pixelflut & Pixelwar -==================== +Pixelflut & Pixelwar: Multiplayer canvas. +========================================= + +What happens if you give a bunch of hackers the ability to change pixel colors on a beamer screen? See yourself :) + +p1xelflut uses a very simple (and inefficient) ASCII based network protocol. You can write a basic client in a single line of shell code if you want, but you only get to change a single pixel at a time. If you want to get rectangles, lines, text or images on the screen you have to implement that functionality yourself. That is part of the game. + -Multiplayer canvas. Pixelflut (python) ------------------ @@ -22,6 +26,11 @@ Netty based java7 implementation. Very fast but not scriptable (yet). mvn package java -jar package/pixelwar*-jar-with-dependencies.jar +Links +----- + +Pixelflut at EasterHegg 2014 in Stuttgart, Germany: http://vimeo.com/92827556 +