STATUS: WIP
Draughts (/drɑːfts, dræfts/; British English) or checkers (American English) is a group of strategy board games for two players which involve diagonal moves of uniform game pieces and mandatory captures by jumping over opponent pieces. Draughts developed from alquerque. The name draughts derives from the verb to draw or to move, whereas checkers derives from the checkered board which the game is played on.
- HTML5
- CSS/Styled Components
- React.js
- JavaScript (ES6+)
- npm
To run this project, install it locally using npm
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm run start
# install dependencies
npm install
# build for production with minification in the "build" directory
npm run build
# remove the "build" directory
npm run clean
This project is written step by step according to this tutorial. I only slightly modified it.