/OpaTetris

A Tetris Game in OPA

GNU Affero General Public License v3.0AGPL-3.0

== An OpaTetris Game ==

@author Matthieu Guffroy

BUILDING
 make


LAUNCHING
 ./main.exe
(launches on port 8080)

or
 ./main.exe --server-port nnnn


A DEMO IS HERE :
http://opatetris.mattgu.com


TODO LIST :
* Best_score
* Add verification on rotation, 
   sometime object can rotate outside the gamefield, 
   or in fixed object

FUTURE :
* Multiplayer (maybe a tetrinet like :) )