Learn R Programming

CamelUp

The goal of camelUp is to implement the board game CamelUp and include simulations to assist instruction in introductory statistics courses.

Installation

You can install the released version of camelUp from CRAN with:

install.packages("camelUp")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("mczekanski1/Camel-Up/camelUp")

Example

The main function of this package is to allow the user to run this game locally. We have exported all of the objects in case the user would like to make use of them, but the main focus is on playing the game.

library(CamelUp)
#playCamelUp()

This will start a local shiny app with some of the functionality shown below:

Copy Link

Version

Install

install.packages('CamelUp')

Monthly Downloads

294

Version

2.0.3

License

GPL-3

Maintainer

Michael Czekanski

Last Published

February 20th, 2021

Functions in CamelUp (2.0.3)

simulateMoveNTimes

Simulate moving N times
Simulator

Encapsulates a double
server

Play the game CamelUp
playCamelUp

Play the game CamelUp
Camel

Encapsulates a double
Die

Encapsulates a double
simulateMoveOnce

Simulate moving
Game

Encapsulates a double
Space

Encapsulates a double
generateUI

Play the game CamelUp
Board

Encapsulates a double
LegBet

Encapsulates a double
Player

Encapsulates a double