Skip to content

Repository files navigation

Chessweeper · DiscordCodacy BadgeCodacy 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

CommandDescription
startrun dev server
previewrun output from local build directory (requires running build first)
buildcreate production build in the build directory
testrun unit tests
coveragerun unit tests and generate a coverage report
lintcheck for eslint warnings/errors in all ts/tsx files
tscrun typescript compiler to check for type errors in all ts/tsx files
prepareautomatically run by NPM during install to setup husky

Credits

About

Web Client for Chessweeper

Topics

Resources

Contributing

Stars

15 stars

Watchers

2 watching

Forks

Used by

Contributors

Languages