icelam / chinese-chess

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chinese Chess

Warning
This is an experimental repository created to test the ability of integrating legacy JavaScript libraries which has functions and variables declared in global namespace.

Integrate XiangQi Wizard Light, a simple but strong XiangQi (Chinese Chess) AI algorithm library to morden web application.

Development

Prerequisite

  • Node 16 or nvm installed
  • Yarn or NPM installed

Install dependencies

To install dependencies:

yarn install

Start development server

To start the development server:

yarn start

Build production

To build the project for production:

yarn build

All the build files can be found in /dist folder.

About

License:MIT License


Languages

Language:JavaScript 42.1%Language:Pug 37.0%Language:SCSS 18.9%Language:HTML 1.8%Language:Shell 0.3%