Chess game for two.
Want to contribute to Chess No. 25's code? The game logic is in src/gameLogic.js
, rendering and promotion is in src/App.js
, theme parsing in src/Theme.js
, routing in src/index.js
, navigation bar in src/NavBar.js
and other pages are in src/Home.js
.
Want to create a new theme for Chess No. 25? Follow this tutorial.
Want to report an issue? Submit it here.
Want to ask a question about Chess No. 25? Ask it here.
Command | Behavior |
---|---|
yarn start |
Starts a development server on port 3000 |
yarn test |
Runs unit tests |
yarn build |
Creates a production build |
yarn eject |
Do not use!!! More info here |
This project was bootstrapped with Create React App.
Inspired by this tutorial.