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 Game task #503

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 9, 2022

  1. Memory Game task

    OlexiyDobroskok committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    f5ee052 View commit details
    Browse the repository at this point in the history
  2. Made corrections after the students' review:

        -Fixed problem with shuffling deck;
        -Correcting visual presentation cards area
        and dialog windows;
        -Creating new media rules for better display of the game.
    OlexiyDobroskok committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    4328543 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Deleted duplicate code elements.

    Applied the method of destructurization of arrays and objects.
    Small changes to variable names.
    Create new media rules.
    OlexiyDobroskok committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    c77e731 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Fixed bug with double clicking

    on the dialog window button;
    Applied event delegation for game area;
    OlexiyDobroskok committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    88209e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Used template strings instead createElement;

    textContent method instead innerHtml;
    Change variable name of event function;
    OlexiyDobroskok committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    98dd104 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. fixed syntax error

    OlexiyDobroskok committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    7719c52 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    e7479f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Configuration menu
    Copy the full SHA
    67bab80 View commit details
    Browse the repository at this point in the history