An open API service indexing awesome lists of open source software.

https://github.com/mdallastella/vinnik

Clojure chess engine
https://github.com/mdallastella/vinnik

chess chess-engine clojure

Last synced: 11 months ago
JSON representation

Clojure chess engine

Awesome Lists containing this project

README

          

#+startup: showall

Vinnik is an attempt to write a chess engine in Clojure using the technique of
bitboards representation.

The tech source is [[https://www.chessprogramming.org][Chessprogramming]].