escape: Start or Resume an escapeR Game

View source: R/game.R

escapeR Documentation

Start or Resume an escapeR Game

Description

Start a new game or resume saved progress for a returning player.

Usage

escape(player = NULL, reset = FALSE, escape = NULL)

Arguments

player

Character scalar identifying the player. If omitted interactively, escapeR asks for a name.

reset

Logical. If TRUE, restart the named player's game.

escape

Escape sequence created by build_escape(), or a character vector of room IDs. Defaults to the bundled room sequence.

Value

Invisibly returns the current progress list.


escapeR documentation built on Sept. 27, 2026, 5:06 p.m.