Skip to content

A digital rendition of the age-old card game known as Concentration. Built with vanilla JavaScript on the front end project with a Ruby on Rails backend API. (Works best in Chrome browser.)

Notifications You must be signed in to change notification settings

f3igao/flippa-gif-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flippa Gif

Flippa Gif is a digital rendition of the age-old card game known as Concentration. (Other names include Match Match, Match Up, Memory, Pelmanism, Shinkei-suijaku, Pexeso, and Pairs.) At the start, all the cards are placed face down. For each turn, the player turns over any two cards. If the two cards match, the player gains 20 points, and if they do not match, the player loses 1 point. The game ends when all the cards have been matched.

Installing

  1. Clone repository from GitHub
  2. Open terminal
  3. Navigate to the repository directory
cd flippa-gif
  1. Open index page in browser
open index.html

Built With

  • Semantic UI - a a CSS and Javascript framework for styling
  • Howler.js - a Javascript audio library
  • Ruby on Rails - a server-side web application framework (for internal API)

Contributing

  1. Fork repository
  2. Create new branch for your feature
git checkout -b my-new-feature
  1. Add and commit your changes
git add filename
git commit -am 'add some feature'
  1. Push to your branch
git push origin my-new-feature
  1. Create new pull request

About

A digital rendition of the age-old card game known as Concentration. Built with vanilla JavaScript on the front end project with a Ruby on Rails backend API. (Works best in Chrome browser.)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published