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
- Host: GitHub
- URL: https://github.com/mdallastella/vinnik
- Owner: mdallastella
- License: gpl-3.0
- Created: 2018-12-31T10:53:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T10:54:09.000Z (almost 7 years ago)
- Last Synced: 2025-06-27T02:42:32.446Z (12 months ago)
- Topics: chess, chess-engine, clojure
- Language: Clojure
- Size: 43 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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]].