Giter Club home page Giter Club logo

cwm's Introduction

CWM is a program to test and train complex working memory. 

SETUP
--------------
This program requires Python (www.python.org) to run. If you use Mac or Linux, then it's probably already installed on your computer. If you use Windows, then it's probably not (unless you specifically installed it yourself). You can check by going to the commandline, typing "python" (without the quotes) and hitting enter. If an error message appears, then you should go to www.python.org/download/ to download and install the latest version of Python.


On Mac and Linux, you can make the file executable by running the following command in your terminal:
chmod +x CWM.py

RUNNING
--------------
This program runs on the command line, so open up your terminal to run it.
First, navigate to the directory with CWM.py in it.
On Mac and Linux, if you've followed the setup instructions, just type:
./CWM.py
and it should work.

On all platforms, typing:
python CWM.py 
should also work.

ABOUT
--------------
This program was written in Python 3 and requires Python to run. It has been tested and appears to work fine with Python 2.7.

The program comes with onscreen instructions, but the task is as follows: the user will be prompted to determine the symmetry of a series of 3  8x8 patterns (pressing y if it is symmetrical, n if it is not). Then, the user will be shown a highlighted location in a 4x4 grid for 650ms, followed by a 500ms blank screen. This pattern will repeat a number of times, determined by the level that the user is at. Then, the user will be prompted to recall the previously shown locations in order.  After 2 successful trials in a row (in which all questions are answered correctly), the user will be prompoted to the next level. After 2 unsuccessful trials in a row, the user will be demoted a level. Try to see what is the highest level you can get to!

OPTIONS
--------------
Command line options for the program are as follows:
-l, --log    	     Set the log file to which the results of trials are printed. The default is .CWMlog.
-s, --start [number] Set the starting level (default is 2). This must be an integer >0.
--square     	     Display the locations and location recall prompt in a shape close to a square.
--sym_square 	     Display the symmetry task matrices in a shape close to a square,
--loc_first  	     Start by displaying the first location before doing the first symmetry task.
--sym_time [number]  Use a timeout of number seconds for the symmetry task instead of a set number of repetitions.
--sym_num [number]   Minumum number of symmetry tasks to be completed between each location display (default is 3). To do symmetry tasks based soley on a timeout (no minumum number), set this to 0. 

AUTHOR
--------------
This program was written by Brandon Milholland.
Send comments to brandon dot milholland at gmail dot com.

COPYRIGHT
--------------
CWM is free software. You may copy, modify or distribute this program however you wish, as long as you include the copyright, license and source code. This program is distributed under the GNU Affero General Public License. See the file LICENSE for the full license or visit www.gnu.org for more details.

cwm's People

Contributors

bxq avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.