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

https://github.com/peterprokop/cheeseengine


https://github.com/peterprokop/cheeseengine

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# CheeseEngine

This is chess board representation and game engine written in Scala in early alpha stage.
The main idea behind this project is to write efficient chess bot using Apache Spark as a computational backend.

## Not implemented yet

- King's check
- Pawn promotion
- Castling
- En passant
- Repetition draw
- 50-move rule