Skip to content

Web based minesweeper game with sound aid for the visually impaired

Notifications You must be signed in to change notification settings

Serena12142/MineBeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MineBeeper

Run server:

  • download nodeJS
  • npm install (automatically install packages in package.json)
  • npm start (equivilent to the command node main.js)

Summary:

  • A mine sweeping game designed for the visually impaired
  • The game is guided by beeping sounds of different pitch that indicates the number of mines surrounding the selected cell
  • Follows the ruls of traditional mine sweeping game (numbering, flagging, double click, ...)
  • Programmed using NodeJS with express and socket.io modules
  • The game is mostly client-side (all files in public folder) with the exception of leaderboard, which requires communication with the server (main.js and highscores.json)

About

Web based minesweeper game with sound aid for the visually impaired

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages