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

Side by Side Diff: samples/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: 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
1 ![Pop, Pop, Win!](https://raw.github.com/dart-lang/pop-pop-win/master/web/images /icon_200.png) 1 ![Pop, Pop, Win!](https://raw.github.com/dart-lang/pop-pop-win/master/web/images /icon_200.png)
2 # Pop, Pop, Win! 2 # Pop, Pop, Win!
3 3
4 An implementation of 4 An implementation of
5 <a href="http://en.wikipedia.org/wiki/Minesweeper_(video_game)">Minesweeper</a> 5 <a href="http://en.wikipedia.org/wiki/Minesweeper_(video_game)">Minesweeper</a>
6 in [Dart](http://www.dartlang.org). 6 in [Dart](http://www.dartlang.org).
7 7
8 [![](https://drone.io/kevmoo/pop-pop-win/status.png)](https://drone.io/kevmoo/po p-pop-win/latest) 8 [![](https://drone.io/kevmoo/pop-pop-win/status.png)](https://drone.io/kevmoo/po p-pop-win/latest)
9 9
10 ## Play 10 ## Play
(...skipping 25 matching lines...) Expand all
36 you may not use this file except in compliance with 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 37 You may obtain a copy of the License at
38 38
39 http://www.apache.org/licenses/LICENSE-2.0 39 http://www.apache.org/licenses/LICENSE-2.0
40 40
41 Unless required by applicable law or agreed to in writing, software 41 Unless required by applicable law or agreed to in writing, software
42 distributed under the License is distributed on an "AS IS" BASIS, 42 distributed under the License is distributed on an "AS IS" BASIS,
43 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 43 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
44 See the License for the specific language governing permissions and 44 See the License for the specific language governing permissions and
45 limitations under the License. 45 limitations under the License.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698