Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grub #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified CONTRIBUTING.md
100644 → 100755
Empty file.
Empty file modified LICENSE.txt
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified Rakefile
100644 → 100755
Empty file.
Empty file modified cache.appcache
100644 → 100755
Empty file.
Binary file modified favicon.ico
100644 → 100755
Binary file not shown.
16 changes: 3 additions & 13 deletions index.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" manifest="cache.appcache">
<head>
<meta charset="utf-8">
<title>Make and Play Udacity 2048</title>
<title>Grub48</title>

<link href="style/main.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:400,600,700' rel='stylesheet' type='text/css'>
Expand All @@ -19,13 +19,13 @@

<meta property="og:title" content="2048 game"/>
<meta property="og:site_name" content="2048 game"/>
<meta property="og:description" content="Play Udacity 2048. Then, make your own 2048 game in Udacity's 2 hour mini course for programming beginners!"/>
<meta property="og:description" content="Play Grub48.
<meta property="og:image" content="http://gabrielecirulli.github.io/2048/meta/og_image.png"/>
</head>
<body>
<div class="container">
<div class="heading">
<h1 class="title">Make 2048</h1>
<h1 class="title">Grub48</h1>
<div class="scores-container">
<div class="score-container">0</div>
<div class="best-container">0</div>
Expand All @@ -39,16 +39,10 @@ <h1 class="title">Make 2048</h1>

</div>

<div class="pre-game">
<p class="learn">Learn to make your own version of 2048 in 30 minutes in Udacity's mini online class for beginners.</p><a class="learn" href="https://www.udacity.com/course/ud248">Take the Class!</a>
</div>


<div class="game-container">
<div class="game-message">
<p></p>
<div class="lower">
<a href="http://www.udacity.com/course/ud248/"class="learn learn-low">Take the Class!</a>
<a class="retry-button">Play Again</a>
<div class="score-sharing"></div>
</div>
Expand Down Expand Up @@ -86,10 +80,6 @@ <h1 class="title">Make 2048</h1>
</div>
</div>


<p class="game-explanation">
<strong class="important">Make your own version:</strong> If you'd like to make your own version of this game, check out Udacity's newest course for beginners <a href="https://www.udacity.com/course/ud248" target="_blank">Make your own 2048</a>. No programming experience is required and in less than half an hour you'll dig into the source code, make some changes, and have your own version of the game to share.
</p>
<hr>
<p class="game-explanation">
<strong class="important">How to play:</strong> Use your <strong>arrow keys</strong> to move the tiles. When two tiles with the same value touch, they <strong>merge into one!</strong>
Expand Down
Empty file modified js/animframe_polyfill.js
100644 → 100755
Empty file.
Empty file modified js/application.js
100644 → 100755
Empty file.
Empty file modified js/bind_polyfill.js
100644 → 100755
Empty file.
Empty file modified js/classlist_polyfill.js
100644 → 100755
Empty file.
Empty file modified js/game_manager.js
100644 → 100755
Empty file.
Empty file modified js/grid.js
100644 → 100755
Empty file.
Empty file modified js/html_actuator.js
100644 → 100755
Empty file.
Empty file modified js/keyboard_input_manager.js
100644 → 100755
Empty file.
Empty file modified js/local_storage_manager.js
100644 → 100755
Empty file.
Empty file modified js/tile.js
100644 → 100755
Empty file.
Empty file modified meta/apple-touch-icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified meta/icon_bitcoin.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified meta/icon_pp.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified meta/og_image.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified style/helpers.scss
100644 → 100755
Empty file.
Empty file modified style/main.css
100644 → 100755
Empty file.
Empty file modified style/main.scss
100644 → 100755
Empty file.
Binary file added tile-sets/presidents/1024.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tile-sets/presidents/1024.jpeg
Binary file not shown.
Binary file modified tile-sets/presidents/128.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tile-sets/presidents/16.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tile-sets/presidents/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tile-sets/presidents/2048.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tile-sets/presidents/256.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tile-sets/presidents/32.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tile-sets/presidents/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tile-sets/presidents/512.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tile-sets/presidents/64.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tile-sets/presidents/8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tile-sets/udacity/1024.png
Binary file not shown.
Binary file removed tile-sets/udacity/128.png
Binary file not shown.
Binary file removed tile-sets/udacity/16.png
Binary file not shown.
Binary file removed tile-sets/udacity/2.png
Binary file not shown.
Binary file removed tile-sets/udacity/2048.png
Binary file not shown.
Binary file removed tile-sets/udacity/256.png
Binary file not shown.
Binary file removed tile-sets/udacity/32.png
Binary file not shown.
Binary file removed tile-sets/udacity/4.png
Binary file not shown.
Binary file removed tile-sets/udacity/512.png
Binary file not shown.
Binary file removed tile-sets/udacity/64.png
Diff not rendered.
Binary file removed tile-sets/udacity/8.png
Diff not rendered.