Skip to content

Sudoku Game with other multiple functionalities like playing in Multiplayer Mode and Visualization of Sudoku Solving Process using Backtracking Algorithm

Notifications You must be signed in to change notification settings

Yash2rule/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

Sudoku Game with multiple functionalities like playing in Multiplayer Mode and Visualization of Sudoku Solving Process using Backtracking Algorithm at different speeds

Usage

Clone Repo

$ git clone https://github.com/Yash2rule/Sudoku.git
$ cd project

Env Variables

Create a .env file in then root and add the following

NODE_ENV = development
PORT = 5000

Install Dependencies (frontend & backend)

npm install
cd frontend
npm install

Run

# Run backend (:5000) (stay in the root folder to run this command)
npm run start

# Run frontend (:3000) 
cd frontend
npm run start

Note: Run backend first and then frontend

Build & Deploy

# Create frontend prod build
cd frontend
npm run build

There is a Heroku postbuild script, so if you push to Heroku, no need to build manually for deployment to Heroku

License

The MIT License

About

Sudoku Game with other multiple functionalities like playing in Multiplayer Mode and Visualization of Sudoku Solving Process using Backtracking Algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published