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
- Host: GitHub
- URL: https://github.com/keyan/swordfish
- Owner: keyan
- License: mit
- Created: 2015-03-02T00:17:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T06:44:53.000Z (over 7 years ago)
- Last Synced: 2025-04-03T11:26:54.918Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 130 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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