Skip to content

Web-based Multiplayer Minesweeper game with AI solver using Node.js and Express.js

Notifications You must be signed in to change notification settings

LTS2020/Multiplayer-Minesweeper-with-AI-Solver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplayer-Minesweeper-with-AI-Solver

Web-based Multiplayer Minesweeper game with AI solver

  • The Product Features are
  1. Accessible via Internet through Desktop and Mobile devices
  2. Different difficulty levels - Beginner, Intermediate, Expert and Customize ypour own difficulty level
  3. Supports Multiplayer functionality
  4. "Vs Bot" mode to play against computer
  5. Hint option for single player mode
  6. AI solver option to solve the game completely
  7. Chat Room for multiplayers to chat
  8. Leaderboard for best scores
  • Dependencies
  1. Node.js - download it from https://nodejs.org/en/
  2. Install package dependencies in package.json using "npm install"
  3. Deploy on Cloud Platform(e.g Heroku) to launch it as a web-app
  4. It will be running on http:https://localhost:8080 by default. You can edit the port number.
  • Screenshots

Screenshot (189)

Screenshot (192)

Screenshot (193)

Screenshot (194)

Screenshot (195)

Screenshot (197)

Screenshot (198)

Screenshot (200)

Screenshot (202)

Screenshot (205)

Screenshot (207)

Screenshot (209)

About

Web-based Multiplayer Minesweeper game with AI solver using Node.js and Express.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 70.3%
  • Pug 16.7%
  • HTML 7.3%
  • CSS 5.7%