Reversi modifications

Version 1.1.2

* Minor tweaks.

Version 1.1.1

* Fix bug which caused the computer player to give incorrect/invalid hints.

Version 1.1.0a

* Includes configure script for installation.

Version 1.1.0
-------------

* Improved Computer player.
  - thinks for a specified time per move.

* Fixed bug in human player which caused a crash if single characters were
  entered.

Version 1.0.1

* flex is no longer required for compilation

Version 1.0.0
=============
* First release
* Standard terminal interface
* Human Player with the following features
  - Command line input accepting
    Moves
    'exit'
    'hint'
    'help'
* Computer Player with the following features
  - Utilizes a Mini-Max with Alpha-Beta cutoff algorithm
  - Selectable search depth 
  - 3 different position evaluation methods (Simple, Corner-Pillic, Weighted)

    
