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

https://github.com/haroenv/catsweeper

jQuery minesweeper
https://github.com/haroenv/catsweeper

Last synced: 9 months ago
JSON representation

jQuery minesweeper

Awesome Lists containing this project

README

          

Catsweeper
==========

A simple minesweeper game as jQuery plugin.

## Usage ##

```javascript
$('.catsweeper').catsweep({
rows: 8,
columns: 8,
cats: 10
});
```

## Credits ##

_Cat icon by http://jasminnie.weebly.com/pixels2.html_