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.
- Clone repository from GitHub
- Open terminal
- Navigate to the repository directory
cd flippa-gif
- Open index page in browser
open index.html
- 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)
- Fork repository
- Create new branch for your feature
git checkout -b my-new-feature
- Add and commit your changes
git add filename
git commit -am 'add some feature'
- Push to your branch
git push origin my-new-feature
- Create new pull request