Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peterprokop/cheeseengine


https://github.com/peterprokop/cheeseengine

Last synced: about 1 month 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