Skip to content

Memory game where a player has to match the cards flipped over

Notifications You must be signed in to change notification settings

efuaakum/flipcards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flip Cards Game

Super Linter Flip cards CI/CD

This repository contains a simple React.js memory and knowledge game. The game is hosted using GitHub pages.

Quick Start

  1. Clone the repository
  2. Run npm install from the root directory to install the node modules
  3. Run npm test to run the latest test script
  4. To run a local version of the the app, from a terminal set the PUBLIC_URL to the root directory, e.g.
  • Mac: export PUBLIC_URL=.
  • Windows: SET PUBLIC_URL=.
  1. Then call npm run from the terminal
  2. Or alternatively call make run-dev from the command line (linux/mac only).

How to Play

Flip the cards and remember the positions. Match all the pairs to finish the game.

Initial Game Load

View when the initial game loads.

Initial Game View

No Match

View when two cards don't match.

Initial Game View

Matched

View when two cards match.

Initial Game View

Future Enhancements

Gamification

  • Add a counter for number of tries
  • Add a timer
  • Add points for each match
    • Add counter for game points
  • Add leader board

Content Management

  • Add, remove, edit cards
  • Add new games (set of cards)
  • Change card background design
  • Change background of game

About

Memory game where a player has to match the cards flipped over

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published