Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcanis/multisweeper
Multiplayer minesweeper
https://github.com/arcanis/multisweeper
Last synced: about 2 months ago
JSON representation
Multiplayer minesweeper
- Host: GitHub
- URL: https://github.com/arcanis/multisweeper
- Owner: arcanis
- Created: 2013-02-08T03:53:28.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-18T23:13:36.000Z (over 11 years ago)
- Last Synced: 2024-05-01T21:19:39.178Z (8 months ago)
- Language: CSS
- Homepage:
- Size: 240 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 8888You 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