Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arcanis/multisweeper

Multiplayer minesweeper
https://github.com/arcanis/multisweeper

Last synced: about 2 months ago
JSON representation

Multiplayer minesweeper

Awesome Lists containing this project

README

        

# Multisweeper

My first node + angular application ... :)

## Installation

$> git clone [email protected]:arcanis/multisweeper
$> cd multisweeper
$> npm install
$> node server 8888

You can now access [http://localhost:8888](http://localhost:8888) in your browser.

## Rules

- Left click will open a cell.
- If there is a bomb, you lose.

- Right click will flag a cell.
- If there is a bomb, you play again.
- If there isn't, you lost your turn.

The winner is the player who flagged more than 50% of the bombs.

## Todo

- Better interface
- Win condition