Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Mac crap
.DS_Store
.env
nmp-debug.log

#################
## Directories
#################

bower_components
node_modules
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: node index.js
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# javascript-minesweeper

**javascript-minesweeper** is a rendition of the original game, built with HTML, CSS and JavasCript. It uses jQuery for DOM manipulation.

* [Play the game now]

<h3 align="center">
<img src="https://dl.dropboxusercontent.com/s/nlmpl8qnk0vcvpp/mine_01.png?dl=0" />
</h3>

Developers
------

* [Arturo Ruvalcaba]
* [David Hamberlin]

<!---
Link References
-->
[Play the game now]:https://minesweeper-aruvham.herokuapp.com/
[Arturo Ruvalcaba]:https://github.com/aruvham
[David Hamberlin]:https://github.com/dhamberlin
Binary file removed assets/.DS_Store
Binary file not shown.
Binary file removed assets/img/pirateSmile.jpg
Binary file not shown.
Binary file removed assets/img/pirateSmile.png
Binary file not shown.
Binary file removed assets/img/shades.png
Binary file not shown.
Binary file removed assets/img/skull.png
Binary file not shown.
13 changes: 0 additions & 13 deletions bower.json

This file was deleted.

38 changes: 0 additions & 38 deletions bower_components/jquery/.bower.json

This file was deleted.

21 changes: 0 additions & 21 deletions bower_components/jquery/MIT-LICENSE.txt

This file was deleted.

28 changes: 0 additions & 28 deletions bower_components/jquery/bower.json

This file was deleted.

Loading