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.
$ 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
Type the command below and go to the link provided.
$ npm start
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.
The gem is available as open source under the terms of the MIT License.