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

Side by Side Diff: samples/pop_pop_win/chrome_app/index.html

Issue 786443002: Delete pop-pop-win from the repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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 <!DOCTYPE html>
2 <html lang="en-us">
3 <head>
4 <meta charset="utf-8">
5 <title>Pop, Pop, Win!</title>
6 <link rel='stylesheet' type='text/css' href='packages/pop_pop_win/assets/sty le.css' />
7 <link href='fonts/fonts.css' rel='stylesheet' type='text/css'>
8 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximu m-scale=1.0, user-scalable=no" />
9 </head>
10 <body>
11 <canvas id='gameCanvas' width='2048' height='1536' style="width:100%; height :100%; top:0; left:0;"></canvas>
12 <div id='popup'>
13 <div id='about'>
14 <h1>About</h1>
15 <!-- TODO(kevmoo) update package app for difficulty
16 <p class="difficulty">Set Difficulty: <a href="#7">Easy</a> | <a href="# 11">Medium</a> | <a href="#16">Hard</a> | <a href="#24">Extreme</a></p>
17 -->
18 <p>Developed with <a href="http://www.dartlang.org/" target="_blank">Dar t</a> and <a href="http://www.stagexl.org/" target="_blank">StageXL</a></p>
19 </div>
20 <div id='help'>
21 <h1>Help</h1>
22 <img src='packages/pop_pop_win/assets/images/help-surround.jpg' width='1 40' height='142'>
23 <p>Click on balloons to pop them.</p>
24 <p>A revealed number tells you how many bombs are next to that square.</ p>
25 <p>The count includes squares above, below, left, right and diagonal.</p >
26 <p><em>One of these balloons is a bomb. Can you guess which one?</em></p >
27 <img src='packages/pop_pop_win/assets/images/help-freeze.jpg' width='140 ' height='141'>
28 <p>If you're certain a balloon is hiding a bomb, freeze it.</p>
29 <p>Freeze a balloon by shift- or right-clicking.</p>
30 <p>Every time you freeze a balloon, the bomb count goes down.</p>
31 <p>Unfreeze a balloon the same way: shift- or right-click.</p>
32 </div>
33 </div>
34 <script src="game_app.dart.precompiled.js"></script>
35 </body>
36 </html>
OLDNEW
« no previous file with comments | « samples/pop_pop_win/chrome_app/icons/icon_48.png ('k') | samples/pop_pop_win/chrome_app/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698