Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 787 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 787 Bytes

ConcentrationGame

R-package for simulating the "Concentration" game.

Usage

The main program is concentration_game(). With its default values it simulates 10 times a single player version of the concentration game with 16 card pairs, a working memory capacity of 4 items with random item selection. The number of card pairs can be adjusted using the n variable, the working memory capacity can be modified with the capacity variable and with the method variable one can simulate different characteristics of the working memory ("random", "lifo", and "fifo").

It is also possible to simulate the game without the usage of a working memory (capacity = 0).

Binaries

Binaries are available:

Version 0.1