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.
- Host: GitHub
- URL: https://github.com/willdunklin/chess9billion60
- Owner: willdunklin
- License: mit
- Created: 2021-11-28T11:50:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T18:15:25.000Z (over 3 years ago)
- Last Synced: 2025-04-12T14:24:37.311Z (about 1 year ago)
- Topics: chess, chess-game, react
- Language: TypeScript
- Homepage: https://chess9b60.com
- Size: 3.62 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.