racketris
=========
Multi-player tetris game.
(needs Racket 5.0 or higher.)

How to play?
============

1- launch the server
--------------------

The server is only needed for connecting player together before the game.

     racket server.rkt

This will start the server and it will listen on port 4241.


2- launch clients
-----------------

The clients connect to the server and when the first connected clients decides
to start the game, all clients present on the server form a ring (by connecting
to their left neighbour) and then leave the server. The game then start. Before
that players can chat on the server.

    racket client/main.rkt

This will open a window where you can choose a nickname and a port to listen to
for other client connexion. You also need to provide the server address and
port.



/!\ Beware, if there's a firewall behind you and the server or another player's
client, racketris might not be able to connect and it doesn't handle this kind
of error.
