Skip to content

Commit

Permalink
[WIP] Trying resolving #108 by splitting flappy svg into multiple fil…
Browse files Browse the repository at this point in the history
…es. (#227)

* Added my name to the credits.html file

Done as part of GCI task:
https://codein.withgoogle.com/dashboard/task-instances/6293522636341248/

I have added a PR which will merge into the master branch, this one on
to the gh-pages branch.

* Part I for Flappy SVG version 2

* Trick
  • Loading branch information
abishekvashok authored and niccokunzmann committed Dec 25, 2016
1 parent 5878bc6 commit 08e8943
Show file tree
Hide file tree
Showing 12 changed files with 168 additions and 835 deletions.
1 change: 0 additions & 1 deletion credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ <h1>Contributors</h1>
<li><a href="https://github.com/gaeun">Gaeun Kim</a></li>
<li><a href="https://github.com/Marauderer97">Soumya Vadlamannati</a></li>
<li><a href="https://github.com/Abhi2424shek">Abishek V Ashok</a></li>

</ul>
<h3>Credits To: </h3>
<ul id="list">
Expand Down
286 changes: 110 additions & 176 deletions flappy2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions indexv2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<html>
<head>
<title>Flappy-SVG Game</title>
<!--<meta http-equiv="refresh" content="0; url=flappy.svg">-->
<!-- from http://stackoverflow.com/questions/4472891/how-can-i-disable-zoom-on-a-mobile-web-page -->
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<!-- from http://www.w3schools.com/html/html_charset.asp -->
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<link rel="icon" type="image/ico" href="images/favicon.ico" />
</head>
<body style="margin:0;padding:0;border:0;">
<!-- always helpful: http://www.schepers.cc/svg/blendups/embedding.html -->
<embed id="embed" src="flappy2.svg" type="image/svg+xml" width="100%" height="100%"></embed>
</body>
</html>
177 changes: 0 additions & 177 deletions javascript/background.js~

This file was deleted.

160 changes: 0 additions & 160 deletions javascript/flapping.js~

This file was deleted.

Loading

0 comments on commit 08e8943

Please sign in to comment.