Voulqy / MatchGame

A simple flip-tile game in which the player needs to flip tiles to find matching pairs.

Home Page:https://brandednomad.github.io/MatchGame/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Match Game

A simple match-tile game. Click Here To Play

Motivation

I wanted to code something in plain vanilla javascript

Tech/Framework Used

Build with:

  • HTML
  • CSS
  • Javascript

Features

  • Flip tiles
  • Fun way to pass the time

Installation

1.Fork and clone:

git clone https://github.com/BrandedNomad/MatchGame.git

2.Open index.html in the browser.

How To Use It

Find each tiles matching number by:

  1. Clicking on a tile to flip it over
  2. Clicking on another tile to see if it is a match.
  3. If it's a match, the tiles will stay flipped. If not they will turn back over.

You win when you have found all the matching pairs.

to restart the game, simply refresh the browser tab.

License

MIT License

Copyright (c) 2021 Charl Swart

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A simple flip-tile game in which the player needs to flip tiles to find matching pairs.

https://brandednomad.github.io/MatchGame/


Languages

Language:JavaScript 53.6%Language:HTML 30.0%Language:CSS 16.5%