amoeba, a chess engine written in D
    Richard Delorme via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Fri May 20 16:16:01 PDT 2016
    
    
  
I am pleased to announce the release of a chess engine written in 
D:
https://github.com/abulmo/amoeba
I am not aware of any other chess engine written with the D 
language.
The source can be compiled with dmd, ldc or gdc, but the best 
performance are obtained with the latter (almost twice faster).
This is my first program using the D language (I am a former C 
programmer), and I enjoyed it a lot.
    
    
More information about the Digitalmars-d-announce
mailing list