/Sudoku

An online Sudoku game that can be played by two players throughout the network

Primary LanguageCSS

Sudoku

An online Sudoku game that can be played by two players throughout the network

Installation

Clone the repository

git clone https://github.com/sadrahkm/Sudoku.git
cd Sudoku

Install npm packages

npm install

Run NodeJs

node app.js

It's done! You can visit the game on port 3000 of your localhost. Also, the other player can join you on the same port.