Skip to content

michaeldv/donna_nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DONNA NIM

   Donna chess engine (https://github.com/michaeldv/donna) ported to Nim.

   All major components have been successfully ported including magic bitboards,
   move generator, search, position evaluation and almost entire test suite with
   "mate in X moves" solver.


TO-DO

   Port interactive REPL and add UCI protocol support.


PERFORMANCE

   With Nim compiler v0.11.2 Perft test is about twice as slow as Go version.


CURRENT STATUS

   On hold pending Nim v1.0 release.


LICENSE

   Copyright (c) 2014-2015 Michael Dvorkin
   Donna Nim is freely distributable under the terms of MIT license.

About

Donna chess engine ported to Nim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages