Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rimian/minesweeper-engine
- Owner: rimian
- License: mit
- Created: 2020-02-21T03:46:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T01:18:32.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T00:08:21.738Z (9 months ago)
- Topics: game-development, javascript
- Language: JavaScript
- Size: 652 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`