Created by: David Du, Elliot Lin, Adarsh Chilkunda, Vikram Chilkunda
The web app Sudokle is daily sudoku game. Based off the popular game Wordle, Sudoku puzzles are generated for players to solve. Players are timed once they start the puzzles, and once completed, their time is added to the leaderboards, both daily and lifetime leaderboards.
First download the latest version of NodeJS
Clear your browser cookies.
Then download the app and change into the directory like so
git clone https://github.com/daduuu/sudokle
cd sudokleThen run the following command
npm init
npm install
npm run devNow the app will be running on
http://localhost:3000Now have run playing!
- React.js
- Node.js
- Hapi
- MySQL
- HTML/CSS
We used https://remotemysql.com to remotely host our sql database
- Playable Sudoku Grid
- Sudoku Puzzle Generator and Solver
- User Resgistration/Login
- Leaderboard displays user data
- Can sort lifetime leaderboard by time solved or puzzles solved
- User information updates everytime puzzles is solved