/minesweeper

Minesweeper game built with isomorphic Javascript

Primary LanguageJavaScript

Minesweeper

Build Status Dependency Status Code Climate

Play the well known minesweeper game in the original manner, or play it with your friends! This project proves that it's isomorphic code and tests can be run in multiple environments without modifications.

Why is it special?

When generating the maze for the game, the same Javascript code is used on both sides. In single player mode the maze is generated in the browser, in multiplayer on the server and sent to both participants of the game.

Wanna try it?

Check out the live demo.

Or build it on your machine!

Clone the repo, run npm install && bower install then npm test. If everything is green (the tests run without errors), launch the application with npm start.

Technologies used