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

Completed 2048 game #12

Open
wants to merge 58 commits into
base: jr/master
Choose a base branch
from
Open

Conversation

jbuechs
Copy link

@jbuechs jbuechs commented Feb 5, 2016

Complete 2048 game:

  • keeps track of score and high score
  • game over screen with restart button
  • game win screen with restart & resume game buttons
  • sliding collision animations that (mostly) look silky smooth
  • game board is an array of Tile objects (as opposed to 2-d array)
  • can play with arrow keys or asdw

Link to our Trello board: https://trello.com/b/SWKmW9QE/2048

rileslovesyall and others added 30 commits February 1, 2016 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants