https://github.com/haroenv/catsweeper
jQuery minesweeper
https://github.com/haroenv/catsweeper
Last synced: 9 months ago
JSON representation
jQuery minesweeper
- Host: GitHub
- URL: https://github.com/haroenv/catsweeper
- Owner: Haroenv
- Created: 2015-04-23T22:52:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T22:53:41.000Z (over 10 years ago)
- Last Synced: 2025-04-11T23:49:47.810Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_