https://github.com/destinecarma/chess-javascript
A chess engine written in javascript.
https://github.com/destinecarma/chess-javascript
Last synced: 3 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:02:15.000Z (about 1 year ago)
- Last Synced: 2025-02-15T04:23:58.745Z (5 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.