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

Memory Homework #47

Open
wants to merge 12 commits into
base: gh-pages
Choose a base branch
from

Commits on Feb 15, 2016

  1. Memory Homework

    My first revision - still some kinks to work out
    bluemittens505 committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    4bb27f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

  1. Memory Homework

    Has a bug.  When you click on the same tile twice, the code considers
    the "tiles matching" and the tile disappears.
    bluemittens505 committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    e6f786f View commit details
    Browse the repository at this point in the history
  2. Memory Homework

    Fixed some errors displayed when I created the pull request.
    bluemittens505 committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    2061e86 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2016

  1. Memory Homework

    Fixed bug with the help of Aidan.  Thanks.  Fixed cursor type on div
    tags.  Re-factored some of the larger functions.  Still need to fix the
    action().
    bluemittens505 committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    a8a51db View commit details
    Browse the repository at this point in the history
  2. Memory Homework

    Add missing semicolons
    bluemittens505 committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    aac101b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. Memory Homework

    Add New Game button.  Refactored some more functions.
    bluemittens505 committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    368fbff View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Memory Homework

    Moved most of code out of document.ready()
    bluemittens505 committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    4d51ede View commit details
    Browse the repository at this point in the history
  2. Memory Homework

    Re-arrange order of functions
    bluemittens505 committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    38eec98 View commit details
    Browse the repository at this point in the history
  3. Revert "Memory Homework"

    This reverts commit 38eec98.
    bluemittens505 committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    ba4c245 View commit details
    Browse the repository at this point in the history
  4. Memory Homework

    Final version on Tuesday night.  Hopefully more can be done tomorrow
    night.
    bluemittens505 committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    0ebaf23 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Memory Homework

    Added another class for buttons
    Added another board to make sure all objects operate independently
    More tweaks
    bluemittens505 committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    8810d38 View commit details
    Browse the repository at this point in the history
  2. Memory Homework

    More tweaks to pass Travis CI tests
    bluemittens505 committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    9e7817c View commit details
    Browse the repository at this point in the history