English | 简体中文
Online Demo: WIP
Join us:
Be very careful that ChatGPT will make invalid moves and the server will retry calling OpenAI API until it gets a valid move (for now), and all those requests are billed.
- Clone ChatChess。
- Run
npm install
- Run
npm run dev
to serve front-end - In a new console, cd into
server
directory - Run
npm install
- Run
npm run start
to start the backend server
This code is distributed under the MIT license. See LICENSE in this directory.