Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.02 KB

Backend for Altered Memory game

Live demo

Description

Concentration game for Mod3 project at Flatiron School. The original idea was adding a little twist to the game, the cards would move after a certain time or after every unsuccessful attempt, so the player has to not only remember the cards position, but also follow the movements.

During Mod3 @richie1982 and I did not have enough time to implement this feature, but after graduation I started to rewrite the whole project using React and Redux. So this repo is pretty much discontinued. 😔

This repo contains the backend, for frontend check this repo.

Install

Clone repo, then run

bundle install
rails db:setup ???
rails server

Authors and acknowledgment

@richie1982

Licence

MIT

Project status

Discontinued. Check this repo for continued version.