It has been six months since the previous release and during this time Purple Haze has made good progress. It should not be too far below 2000 ELO by now.
Code: Select all
git diff v2.0.3 v2.1.0 --shortstat
52 files changed, 1544 insertions(+), 971 deletions(-)Purple Haze is written in C++11 and is known to compile successfully with GCC >= 4.6 on Debian, Ubuntu and Arch Linux with x86 and ARM architectures. Support of Clang is broken due to a small incompatibility in libstdc++ currently used on GNU/Linux distributions. Support of Intel C++ Compiler is unknown. Support of BSD and Solaris need some work but it should be okay on Windows and Mac OS.
To download and compile Purple Haze:
Code: Select all
$ git clone git://github.com/vinc/purplehaze.git
$ cd purplehaze
$ makehttps://github.com/vinc/purplehaze
http://vinc.cc/projects/foss/purplehaze

