| OLD | NEW |
| (Empty) |
| 1  | |
| 2 # Pop, Pop, Win! | |
| 3 | |
| 4 An implementation of | |
| 5 <a href="http://en.wikipedia.org/wiki/Minesweeper_(video_game)">Minesweeper</a> | |
| 6 in [Dart](http://www.dartlang.org). | |
| 7 | |
| 8 [](https://drone.io/kevmoo/po
p-pop-win/latest) | |
| 9 | |
| 10 ## Play | |
| 11 | |
| 12 * [dart-lang.github.io/pop-pop-win](http://dart-lang.github.io/pop-pop-win/) | |
| 13 * This is a version compiled to Javascript and should work in any modern browse
r. | |
| 14 * This version does not work in Dartium (The custom Chromium version for Dart).
The associated code files are not deployed. | |
| 15 | |
| 16 ## Interaction | |
| 17 | |
| 18 * Click on hidden squares to reveal them. | |
| 19 * Shift-click on squares to flag them. | |
| 20 * Shift-click on revealed numbers to go fast--but be careful. If you've flagged
incorrectly, you'll hit a bomb. | |
| 21 | |
| 22 ## Developers | |
| 23 * [Kevin Moore](https://github.com/kevmoo) ([@kevmoo](http://twitter.com/kevmoo
)) | |
| 24 * _You? File bugs. Fix bugs. Add features._ | |
| 25 | |
| 26 ## Assets | |
| 27 * Art - Pete Parisi, [fuzzycube software](http://www.fuzzycubesoftware.com/) | |
| 28 * Sound Effects - Alistair Hirst, [OMNI Audio](http://omniaudio.com/) | |
| 29 * Winning Sax Riff - Brian Moore | |
| 30 | |
| 31 ## License | |
| 32 | |
| 33 Copyright (c) 2012, Pop, Pop, Win! authors | |
| 34 | |
| 35 Licensed under the Apache License, Version 2.0 (the "License"); | |
| 36 you may not use this file except in compliance with the License. | |
| 37 You may obtain a copy of the License at | |
| 38 | |
| 39 http://www.apache.org/licenses/LICENSE-2.0 | |
| 40 | |
| 41 Unless required by applicable law or agreed to in writing, software | |
| 42 distributed under the License is distributed on an "AS IS" BASIS, | |
| 43 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| 44 See the License for the specific language governing permissions and | |
| 45 limitations under the License. | |
| OLD | NEW |