Skip to content

akanshSirohi/DotsBoxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotsBoxes

Dots & Boxes online dual player game in NodeJS.

Live Demo

https://online-dboxes.onrender.com/

Instructions to run

Step 1

Install Dependencies

$ npm install

Step 2

Run Project

$ npm start

Features

  1. Two players can play this game online
  2. 3 different grid sizes to play
  3. Auto pause game if joined player get disconnected
  4. In-game chat support with additional features
  5. Simple UI/UX
  6. Restart game feature on host side
  7. No database reqired

Hidden Feature

  1. Players can create their custom game codes by putting secret pin in Join Game code box and create the game.
  2. Open config.bin file in any text editor to manage custom game codes.
  3. Pin and game codes must start with alphabet and can only contain alphanumerical values.

How to play

  1. One player create the game by choosing grid size and clicking on Create Game button.
  2. Other player join the game with generated game code.
  3. Enjoy the game.