Kenny 0.1.1.0 (WB) by Kenshin Himura *(Sudarsan Balaji)*
##Description
Kenny is a Winboard/XBoard chess engine based on Winglet, an open source chess program.
Winglet's full source code can be obtained from [Winglet](http://www.sluijten.com/winglet/source/index.htm).
Kenny is an advanced form of Winglet which plays better at some faster time levels like blitz chess or up to
20 minute games, but almost always loses against Winglet when the time controls are 40 minutes or more for each.
These tests were run by setting up various tournaments on the free Chess GUI Arena Version 3.0.
Kenny uses modified values for evaluation of various parameters, thus introducing almost an entirely new engine,
because the evaluation function is the heart of a chess engine.
##Visions
* Better board representation using fully object oriented programming using proper class heirarchy (probably in
an entirely new repo)
* Modification of the evaluation function to a better one (pending some neural networks analyses on my side)
* Windows/Linux 64/32 bit
* Src code ported to Gcc
Kenny 0.1.1.0 (WB) by Kenshin Himura *(Sudarsan Balaji)*
##Description
Kenny is a Winboard/XBoard chess engine based on Winglet, an open source chess program.
Winglet's full source code can be obtained from [Winglet](http://www.sluijten.com/winglet/source/index.htm).
Kenny is an advanced form of Winglet which plays better at some faster time levels like blitz chess or up to
20 minute games, but almost always loses against Winglet when the time controls are 40 minutes or more for each.
These tests were run by setting up various tournaments on the free Chess GUI Arena Version 3.0.
Kenny uses modified values for evaluation of various parameters, thus introducing almost an entirely new engine,
because the evaluation function is the heart of a chess engine.
##Visions
* Better board representation using fully object oriented programming using proper class heirarchy (probably in
an entirely new repo)
* Modification of the evaluation function to a better one (pending some neural networks analyses on my side)
* Windows/Linux 64/32 bit
* Src code ported to Gcc
In the ini file is a parameter called STOP_FRAC.
Kenny uses different value for STOP_FRAC internally. It is STOP_FRAC 0.6
Winglet uses STOP_FRAC 60. Edit the ini file to correct value.