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

Unified Diff: samples/pop_pop_win/web/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/pop_pop_win/web/game_web.dart ('k') | samples/pop_pop_win/web/platform_web.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/pop_pop_win/web/index.html
diff --git a/samples/pop_pop_win/web/index.html b/samples/pop_pop_win/web/index.html
deleted file mode 100644
index 50c10029a1dfe6b18f587380c10403c87bf3e21c..0000000000000000000000000000000000000000
--- a/samples/pop_pop_win/web/index.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-us">
- <head>
- <meta charset="utf-8">
- <title>Pop, Pop, Win!</title>
- <link rel="shortcut icon" href="favicon.ico" />
- <link rel='stylesheet' type='text/css' href='packages/pop_pop_win/assets/style.css' />
- <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,700|Slackey' rel='stylesheet' type='text/css'>
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
- <script type="application/dart" src="game_web.dart"></script>
- <script src="packages/browser/dart.js"></script>
- </head>
- <body>
- <canvas id='gameCanvas' width='2048' height='1536' style="width:100%; height:100%; top:0; left:0;"></canvas>
- <div id='popup'>
- <div id='about'>
- <h1>About</h1>
- <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>
- <p>Developed with <a href="http://www.dartlang.org/" target="_blank">Dart</a> and <a href="http://www.stagexl.org/" target="_blank">StageXL</a></p>
- </div>
- <div id='help'>
- <h1>Help</h1>
- <img src='packages/pop_pop_win/assets/images/help-surround.jpg' width='140' height='142'>
- <p>Click on balloons to pop them.</p>
- <p>A revealed number tells you how many bombs are next to that square.</p>
- <p>The count includes squares above, below, left, right and diagonal.</p>
- <p><em>One of these balloons is a bomb. Can you guess which one?</em></p>
- <img src='packages/pop_pop_win/assets/images/help-freeze.jpg' width='140' height='141'>
- <p>If you're certain a balloon is hiding a bomb, freeze it.</p>
- <p>Freeze a balloon by shift- or right-clicking.</p>
- <p>Every time you freeze a balloon, the bomb count goes down.</p>
- <p>Unfreeze a balloon the same way: shift- or right-click.</p>
- </div>
- </div>
- </body>
-</html>
« no previous file with comments | « samples/pop_pop_win/web/game_web.dart ('k') | samples/pop_pop_win/web/platform_web.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698