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

https://github.com/willdunklin/chess9billion60

Open-source randomized chess variant website. "Select" from 9,000,000,060+ possible random starting positions. Includes new fairy-chess piece types & many piece hybrids.
https://github.com/willdunklin/chess9billion60

chess chess-game react

Last synced: about 1 year ago
JSON representation

Open-source randomized chess variant website. "Select" from 9,000,000,060+ possible random starting positions. Includes new fairy-chess piece types & many piece hybrids.

Awesome Lists containing this project

README

          

# Chess 9,000,000,060
Silly chess variant with a lot of starting positions.

See https://chess9b60.com for the deployed site.

## Technologies
vite, typescript, boardgame.io, react-chess

## See also
https://github.com/willdunklin/chess9b60-api

-----------------

## Getting Started

First of all, in the project directory install all requirements with `npm i`.

Next you can run:
### `npm run dev`

Which will run the frontend app in the development mode. Note, Vite will not\
enforce TypeScript type checks in development mode [read more](https://vitejs.dev/guide/features.html#typescript).

### `npm run serve`

Will run the backend server.

### `npm run build`

Builds the app for production to the `dist` folder.\
It bundles React with rollup in production mode.