Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lhartikk/simple-chess-ai
A simple chess AI
https://github.com/lhartikk/simple-chess-ai
Last synced: 3 months ago
JSON representation
A simple chess AI
- Host: GitHub
- URL: https://github.com/lhartikk/simple-chess-ai
- Owner: lhartikk
- License: apache-2.0
- Created: 2017-03-30T10:23:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T09:32:12.000Z (about 7 years ago)
- Last Synced: 2024-04-05T04:35:41.827Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 89.8 KB
- Stars: 894
- Watchers: 51
- Forks: 303
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-game-ai - [code
README
# Simple chess AI
A simple chess algorithm with alpha-beta pruning and board evaluation with piece-square tables.
Related blogpost: https://medium.freecodecamp.com/simple-chess-ai-step-by-step-1d55a9266977
Playable on https://jsfiddle.net/q76uzxwe/1/