Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(418)

Side by Side Diff: samples/third_party/pop-pop-win/readme.md

Issue 200723008: samples/poppopwin: upgrade to first-class sample (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixed pkgbuild.status for rename Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 ![Pop, Pop, Win!](https://raw.github.com/dart-lang/pop-pop-win/master/web/images /icon_200.png)
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/pop-pop-win/status.png)](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.
OLDNEW
« no previous file with comments | « samples/third_party/pop-pop-win/pubspec.yaml ('k') | samples/third_party/pop-pop-win/test/browser_test_harness.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698