Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterprokop/cheeseengine
https://github.com/peterprokop/cheeseengine
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/peterprokop/cheeseengine
- Owner: peterprokop
- Created: 2015-04-20T08:36:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-24T08:02:22.000Z (over 9 years ago)
- Last Synced: 2024-11-19T07:45:53.792Z (3 months ago)
- Language: Scala
- Size: 141 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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