Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/destinecarma/chess-javascript
- Owner: DestinEcarma
- Created: 2023-06-27T17:04:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:02:15.000Z (8 months ago)
- Last Synced: 2024-11-05T15:19:04.688Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.