Introducing PuzzleDash! A completely free alternative for playing Chess Puzzle Rush, a popular paid Chess.com feature where you are challenged to solve a series of chess puzzles with increasing difficulty in limited time.
Once over, you can also click on any puzzle from your last PuzzleDash, and analyze it through Lichess.
It is live at: https://puzzledash.shreyasgupta.in/
- HTML/CSS/JS
- jQuery
- chessjs
- chessboardjs
- Socket.io
- Node.js
- Express.js
- Socket.io
- MongoDB
$ git clone https://github.com/sggts04/PuzzleDash
$ cd PuzzleDash
$ npm install
$ echo "MONGO=mongodb+srv://xxx" > .env
$ npm start
Replace mongodb+srv://xxx
with your MongoDB URL.
And then navigate to localhost:3000
.