From 432ae72d559c6222920dc9d3a2d58e65deabad7b Mon Sep 17 00:00:00 2001 From: Vincent Ollivier Date: Fri, 9 Nov 2012 19:34:12 +0100 Subject: [PATCH] Reorder README --- README.md | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 0170bea..6df3822 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ Purple Haze =========== +> Do chess engines dream of electric guitar? -Do Chess Engines Dream of Electric Guitar? ------------------------------------------- + +Synopsis +-------- Purple Haze is a free chess engine compatible with the Xboard protocol. It is written by Vincent Ollivier and distributed under the terms of the GNU General @@ -31,8 +33,20 @@ them Purple Haze would not be able to do more than moving the pieces around the board. -Implemented features --------------------- +Installation +------------ + +See INSTALL for detailed installation instructions or just type the following +commands in a terminal: + + $ git clone git://github.com/vinc/purplehaze.git + $ cd purplehaze + $ make + + + +Features +-------- Data Structures: * 0x88 Board Representation @@ -78,17 +92,6 @@ Miscellaneous: * Time Management -Installation ------------- - -See INSTALL for detailed installation instructions or just type the following -commands in a terminal: - - $ git clone git://github.com/vinc/purplehaze.git - $ cd purplehaze - $ make - - Usage ----- -- 2.11.4.GIT