@aakashkcx/chess-engine
v0.4.0
Published
A chess engine.
Downloads
5
Maintainers
Readme
Chess Engine
This project features a chess engine built using TypeScript - a high level language, in stark contrast to the low level languages typically found to be used to build chess engines. This allows for a greater emphasis and easier understanding of the concepts behind artificial intelligence design while providing much greater code readability.
Many thanks to the Chess Programming Wiki and its community for the resources and information that they have provided.
This project is based on my final year project at university.
Installation
npm install @aakashkcx/chess-engine
yarn add @aakashkcx/chess-engine
pnpm add @aakashkcx/chess-engine
Usage
...