Skip to content

frankpapenmeier/ConcentrationGame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%