Index: samples/pop_pop_win/chrome_app/index.html |
diff --git a/samples/pop_pop_win/chrome_app/index.html b/samples/pop_pop_win/chrome_app/index.html |
deleted file mode 100644 |
index fe028ed4f80d0de8b83ae6c24ba82d6927f2cecc..0000000000000000000000000000000000000000 |
--- a/samples/pop_pop_win/chrome_app/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='stylesheet' type='text/css' href='packages/pop_pop_win/assets/style.css' /> |
- <link href='fonts/fonts.css' rel='stylesheet' type='text/css'> |
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> |
- </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> |
- <!-- TODO(kevmoo) update package app for difficulty |
- <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> |
- <script src="game_app.dart.precompiled.js"></script> |
- </body> |
-</html> |