Skip to content

Concentration game backend, mod3 project at Flatiron School

License

Notifications You must be signed in to change notification settings

szib/altered-memory-backend

Repository files navigation

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.