Play Alpha
A web application for playing chess against Alpha
Live
Play it here (work in progress)
Features
- Sinatra JSON API
- Chess interface built with JavaScript/jQuery/Sass
- Modified version of Alpha that logs search progress
- Redis storage of game results
- Load any game position from FEN
Setup
Clone this repo, brew install redis
on OS X, install Ruby dependencies with bundle install
, then rackup
to start the server and goto localhost:9292
License
MIT