aa2708ac9991 — cedricbonhomme 11 years ago
Added README.
1 files changed, 50 insertions(+), 0 deletions(-)

A => README
A => README +50 -0
@@ 0,0 1,50 @@ 
+.. -*-restructuredtext-*-
+
+==================
+pacman-game-server
+==================
+
+.. Use headers in this order #=~-_
+
+:toc: yes
+:symrefs: yes
+:sortrefs: yes
+:compact: yes
+:subcompact: no
+:rfcedstyle: no
+:comments: no
+:inline: yes
+:private: yes
+
+:author: Cédric Bonhomme
+:contact: http://cedricbonhomme.org/
+
+
+Build
+-----
+
+Main server
+~~~~~~~~~~~
+
+    $ cd ./serveurPrincipal/Debug
+    $ make all
+
+Game server
+~~~~~~~~~~~
+
+    $ cd ./serveurPartie/Debug
+    $ make all
+
+Client
+~~~~~~
+
+Need Java.
+    
+
+License
+-------
+
+This software is under GPLv3_ license.
+
+
+.. _GPLv3: http://www.gnu.org/licenses/gpl-3.0.txt
  No newline at end of file