Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/riverliway/chess-ai

Various attempts at implementing a chess AI
https://github.com/riverliway/chess-ai

Last synced: 10 days ago
JSON representation

Various attempts at implementing a chess AI

Awesome Lists containing this project

README

        

# Chess AI

A small project for River and James to build chess engines.

## Terminology

* Node - The javascript runtime environment on your computer. This runs javascript code outside of the browser on your local machine.
* Node Package Manager (NPM) - package manager for Node (equivalent for PIP for Python).
* React - The javascript framework we are using to build a web app.
* Typescript - A superset language of javascript that adds types.
* Vite - The bundler which takes our fancy React & Typescript code and converts it into code that the browser can understand.

## Contributing

Start by cloning the repo, and then run `npm i`. Then run `npm run dev` to start the development server.