Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/destinecarma/chess-javascript

A chess engine written in javascript.
https://github.com/destinecarma/chess-javascript

Last synced: 15 days ago
JSON representation

A chess engine written in javascript.

Awesome Lists containing this project

README

        

# Chess Javascript

Command | Description
------- | ----------
`perft [ depth ] [ fenstring? ]` | Count's all the nodes of the given depth from current or given fenstring.

`fen [ fenstring ]` | Setup the board from the given fenstring.

`display` | Display's the current board state.

`exit` | Stop's the current runtime.