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

https://github.com/keyan/swordfish

A really terrible chess engine
https://github.com/keyan/swordfish

Last synced: 11 months ago
JSON representation

A really terrible chess engine

Awesome Lists containing this project

README

          

# Swordfish
A chess engine and accompanying user interface written purely in Javascript. Its aquatic name plays tribute to some of the great engines before it (Rybka, Stockfish, Sunfish). Swordfish uses [chessboard.js] to draw board elements and [chess.js] for move validation.

There are clearly issues with the evaluation logic, but we won't be revisting this project.

## Usage
Live demo @ http://keyanp.com/swordfish/index.html

## Authors
- Keyan Pishdadian
- Jon Poler

[chessboard.js]:http://chessboardjs.com/
[chess.js]: https://github.com/jhlywa/chess.js