FbarCards {mmirestriktor}R Documentation

FbarCards Shiny App

Description

Launches a 'shiny' app for the FbarCards game. In this game, a grid of cards is displayed and the objective is to reorder the cards in each row such that, when the rows are stacked, the columns of cards are in increasing order from left to right. Players can swap the positions of two cards in the same row before finalizing their choices and scoring the game. The game utilizes Informative Hypothesis Testing (IHT) to score the final grid of cards.

Usage

FbarCards()

Value

This function launches a shiny app and does not return a value.

Examples

if (interactive()) {
  FbarCards()
}


[Package mmirestriktor version 0.2.1 Index]