Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rimian/minesweeper-engine

A mine sweeper engine
https://github.com/rimian/minesweeper-engine

game-development javascript

Last synced: about 2 months ago
JSON representation

A mine sweeper engine

Awesome Lists containing this project

README

        

# Minesweeper

[![Build Status](https://travis-ci.org/rimian/minesweeper.svg?branch=master)](https://travis-ci.org/rimian/minesweeper)

A Minesweeper engine.

## Run in console

Load into console
```
node
> .load cli
```

Start the game
```
start()
```

Expose a tile
```
expose(x, y)
```

## Testing

`yarn test`