Skip to content

This is a game built using React.js, HTML, CSS, with a Ruby on Rails API for the backend. The game allows a user to enter a username and take them to their user page. They can they either start a new game or view the leaderboard page for the game. The game is an card memory matching game where they are given the time view the position of cards a…

Notifications You must be signed in to change notification settings

Azbury/iq-card-memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IQ Card Memory Game

This is a game built using React.js, HTML, CSS, with a Ruby on Rails API for the backend. The game allows a user to enter a username and take them to their user page. They can they either start a new game or view the leaderboard page for the game. The game is an card memory matching game where they are given the time view the position of cards and then they have to flip them over and match them from their memory. A user gains 10 points for every correct answer, and loses 10 points for every wrong answer.

Installation

$ git clone https://github.com/Azbury/iq-card-memory-game.git
$ cd iq-card-memory-game-api
$ rake db:migrate
$ rails s

Open up a new terminal

$ bundle install

Usage

Type the command below and go to the link provided.

$ npm start

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Azbury/iq-card-memory-game.git. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

About

This is a game built using React.js, HTML, CSS, with a Ruby on Rails API for the backend. The game allows a user to enter a username and take them to their user page. They can they either start a new game or view the leaderboard page for the game. The game is an card memory matching game where they are given the time view the position of cards a…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published