Skip to content

Commit 444e31b

Browse files
committed
Adjusted Vignette and README
Small changes to vignette and README file
1 parent 50fa361 commit 444e31b

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
## Do You Know This Problem?
88

9-
You just finished your workout and it's time to shower. But first — that email you've been putting off all day. Then the dishes, and the floor isn't going to vacuum itself. After all that housework you deserve a little reward, so you sit down to finish your favourite series. By now the sweat has long dried, so it barely matters anyway. And it's late and your roommates are asleep, so it would be rude to shower. And you were planning to work out again tomorrow anyways — so what's the point of showering at all? You could go on like this forever.
9+
You just finished your workout and it's time to shower. But first — that email you've been putting off all day. Then the dishes, and the floor isn't going to vacuum itself. After all that housework you deserve a little reward, so you sit down to finish your favourite series. By now the sweat has long dried, so it barely matters anyway. More importantly, it's late and your roommate is asleep, so it would be rude to shower! And you were planning to work out again tomorrow anyways — so what's the point of showering at all? You could go on like this forever.
1010

1111
The question is: **when is the right moment**? To stop and say: now I decide to do it?
1212

1313
To take the shower, to take out the trash, or to pick the card with the highest number…
1414

15-
The card with the highest number, you ask? The idea comes from Martin Gardner who first described a gambling game called Googol.
15+
The card with the highest number, you ask? The idea comes from the American writer Martin Gardner who first described a gambling game called Googol.
1616

1717
## What is the Googol Game?
1818

@@ -32,7 +32,8 @@ devtools::install_github("Programming-The-Next-Step-2026/GoogolGame")
3232
## Usage
3333

3434
```r
35-
GoogolGame::play_googol()
35+
library(GoogolGame)
36+
play_googol()
3637
```
3738

3839
## Features

vignettes/how-to-use-the-googol-game-app.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ knitr::opts_chunk$set(
1616

1717
## What is the Googol Game?
1818

19-
The Googol Game is a gambling problem first described by Martin Gardner. A sequence
20-
of numbers is revealed one at a time. Your goal is to pick the highest number in
21-
the sequence — but once you pass a number, you cannot go back. You win only if
22-
the number you pick turns out to be the highest in the entire sequence,
23-
including numbers you never saw.
19+
The Googol Game is a gambling scenario first described by the American writer
20+
Martin Gardner. A sequence of numbers is revealed one at a time. Your goal is
21+
to pick the highest number in the sequence — but once you pass a number, you
22+
cannot go back. You win only if the number you pick turns out to be the highest
23+
in the entire sequence, including numbers you never saw.
2424

2525
## How to install the app
2626

0 commit comments

Comments
 (0)