A game for all ages featuring characters from Wreck-It Ralph. “What’s going on in this candy-coated heart of darkness?” Memory Game is just a simple matching game with 24 cards. This backend features an API comprised of and array of cards and an array of players. Each card represents a character - Ralph, Felix, Vanellope, etc. Enjoy!
To use this app, clone this backend repo and use it alongside this frontend repo, then execute:
$ bundle install
- Run rails
db:migrate
- Run
rails s
to get the server started - Launch http://localhost:3000/api/v1/games in your browser
Bug reports and pull requests are welcome at https://github.com/raepad/memory_game_backend. Contributors are expected to adhere to the Contributor Covenant.
Distributed under the MIT License