PuzzleDash
PuzzleDash copied to clipboard
Introducing PuzzleDash! A completely free alternative for playing Chess Puzzle Rush, a popular paid Chesscom feature where you are challenged to solve a series of chess puzzles with increasing difficu...
PuzzleDash
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/
Changelog
Frontend Tech Stack/Libraries Used
- HTML/CSS/JS
- jQuery
- chessjs
- chessboardjs
- Socket.io
Backend Tech Stack/Libraries Used
- Node.js
- Express.js
- Socket.io
- MongoDB
Local Setup
$ 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
.