Skip to content

Chessweeper/Web-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5b03537 · Feb 2, 2023
Jan 1, 2023
Nov 24, 2022
Dec 1, 2022
Nov 18, 2022
Feb 2, 2023
Feb 2, 2023
Nov 21, 2022
Nov 27, 2022
Nov 25, 2022
Jan 28, 2023
Dec 15, 2022
Nov 21, 2022
Dec 9, 2022
Nov 13, 2022
Jan 28, 2023
Nov 21, 2022
Dec 29, 2022
Dec 29, 2022
Dec 15, 2022
Dec 14, 2022

Repository files navigation

Chessweeper · Discord Codacy Badge Codacy Badge

Chess X Minesweeper - Numbered tiles represent the number of pieces that have that tile in check.

Play at https://chessweeper.com

Preview

Development

To run the game locally with debug tools, run npm install to install dependencies, then run npm run start.

To run unit tests, run npm run test.

To build a release version of the game, run npm run build. The output is placed in the build directory.

All NPM Commands

Command Description
start run dev server
preview run output from local build directory (requires running build first)
build create production build in the build directory
test run unit tests
coverage run unit tests and generate a coverage report
lint check for eslint warnings/errors in all ts/tsx files
tsc run typescript compiler to check for type errors in all ts/tsx files
prepare automatically run by NPM during install to setup husky

Credits