/flip-flap

It is a game of image flipping, memorizing and matching the pairs. Flip one image at a time, remember its position and find its matching pair with minimum number of flips possible. That's it.

Primary LanguageJavaScriptMIT LicenseMIT

Project Type - Game GitHub license Made With Love Open Source Love svg2 Build Status codecov

flip / flap

A game of luck, guess, memory and match.

It is a copy of a game I played long back on Windows Vista (Don't remember the name, propbably "Purble Place").

I have wrote the game in React JS from scratch. So, though the game idea is not mine, the implementation is entirely mine :-)

Menu

Screenshots

Flip-Flap Screenshot 1 Flip-Flap Screenshot 2 Flip-Flap Screenshot 3 Flip-Flap Screenshot 4

How to play

  • Clicking on any card will reveal an image

  • Each image is hiding behind exactly 2 cards

  • The goal is to find all those pairs of cards which are holding the same image

  • To score a match, each card of a pair must be clicked consecutively

  • The goal is to have as less count as possible for clicks and repeat clicks

Features / Plans

  • Create the game

  • In game scores / statistics e.g. Total Cicks, Repeat Clicks, Matches Found etc

  • Home / landing screen

  • Congratulation / Winner's Screen

  • Game instructions / how to play

  • Implement CI/CD with Travis

  • Setup code unit testing coverage reporting with Codecov

  • Complete this readme file

  • Achieve 80% Unit Test Coverage

  • Add in-game music(s)