Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.78 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.78 KB

FaceName-CorsiBlock : CS308 Project Group 11

What is this Game About

The Corsi-block tapping task is a standard psychological test for evaluating an individual's visuospatial memory abilities.
In the Corsi-block tapping task, the individual has to first observe a pattern of blinking blocks on a computer screen and then try to recall the exact order in which the different blocks blinked. In the face-name associative memory task, the individual is asked to learn the names and affiliations of some faces. The web-based application will be used for collecting data and for building cognitive models to predict human behavior in these tasks.

Live Demo

https://memorytasks-cs308.herokuapp.com/

How to Install

  1. Create a new folder in you local directory(say "test").
  2. Open terminal and go to above directory.(Use: cd .../test)
  3. Open terminal and Enter : git clone https://github.com/deepanshu368/FaceName-CorsiBlock.git
  4. Now Enter: cd FaceName-CorsiBlock
  5. Get the Database credentials from administrators and save it in the current directory.
  6. Now Enter: node server.js
  7. Go to Browser and type: localhost:8080
  8. Now the app is running at port 8080.

Run Unit tests

Use the command npm test to run the unit tests.

Working

  1. After running localhost:8080 in terminal you will get -> App running at port 8080
  2. Now, after visiting localhost:8080 in browser you will get,
  • First Page
  • Second Page
  1. Now just Click the game which you wants to play.

Contact

Contact any of Contributors in case of any error.