Peg Solitaire: The Challenging Game of Skill

  • Thread starter mattmns
  • Start date
  • Tags
    Game
In summary: I don't feel like trying to calculate it, but I would bet that the odds of a square being a bomb are 0 until it's clicked, and then it's not 0. I have no idea what the odds would be, though.I actually played a game of 'Beginner' with 64 mines, and won in 27 seconds, without cheating. I just clicked like a madman until I made an opening, and then started using the numbers to solve it. I still had 2 seconds left on the clock when I made the final click.In summary, the conversation discusses a game commonly found at Cracker Barrel and other restaurants, which involves a triangle shaped board with holes and pegs. The
  • #1
mattmns
1,128
6
What is the name of that game where you have a triangle shaped board with 15 (10?) holes and 14 (9?) pegs, and you have to jump each peg and your goal is to be left with one peg? Usually found at Cracker Barrel, and some other restaurants. Often says if you leave one you are a genius, 2 smart, 3 dumb, etc...
 
Physics news on Phys.org
  • #2
LOL, I found the game and beat it, one peg left. There is an online version here: http://www.crackerbarrel.com/games-kids.cfm?doc_id=42

interesting... there is a "beginner" and an "advanced" yet both are the same :confused: and I beat both :smile:
 
Last edited by a moderator:
  • #3
I remember that game Mattmns. First time I tried I got 2 left over, 2nd time...

http://img225.imageshack.us/img225/3105/boneheadpegsd8.jpg

:rofl: :rofl: :rofl: :rofl:
 
Last edited by a moderator:
  • #4
I've played the game a few times (with dismal results), but I've never seen a name attached to it.
 
  • #5
Finally did it, got it down to 1 on beginner.
 
  • #6
:tongue: Nobody likes a smartass.
 
  • #7
lol well it took me a good 5 attempts. I knew that the first move didn't matter so it was really just about finding the proper 2nd move.
 
  • #8
:rofl: If you want to feel really smart play their checkers game!
 
  • #9
lol, the computer's king walked right in front of my king. :confused:

Tough game indeed. :rofl:
 
  • #10
What's the maximum number you can leave behind?
 
  • #11
I think that on beginner the max is 5, on advanced I got it up to 7 left.

Although advanced changes.
 
  • #12
THIS IS NOT A HIJACK!
I've been meaning to start a thread just to get the answer to one question. Since it's game-oriented, I'm going to ask it here instead. How the hell does Minesweeper work? While I was under the impression that the minefield is random, I know for a fact that it doesn't choose the locations until after you click on a square to start the game. The reason that I know this is that after the tens of thousands of times that I've played it, I have not once ever hit a mine on the first click.
I do not want this to turn into a 'Minesweeper Thread', such as existed before, with all of the cheats and whatnot. I just want to know how it's programmed.
 
  • #13
More of "lowjack", then?

Here, read this, the author ran a debugger on minesweeper to see how it works...

http://www.codeproject.com/csharp/minememoryreader.asp
 
Last edited by a moderator:
  • #14
Thanks, Jim. That's a lot better response than I expected. :cool:

edit: Now that I've looked it over, and having no programming knowledge, I still can't figure out why the random map generation apparently doesn't cut in until after the first 'discovery' click. I can't believe that it's statistically possible to absolutely never hit one on the first click in the course of 14 or 15 thousand games, and yet it appears from that analysis that the randomness begins immediately after clicking the smiley. I'm confused.
 
Last edited:
  • #15
Mathworld calls it "peg solitaire". I googled for a while expecting to find a more historical name, but came up empty.

http://mathworld.wolfram.com/PegSolitaire.html

Apparently, there is a version marketed in India under the name Brainvita.
 
Last edited:
  • #16
First click in Minesweeper

I ran the custom version and designated a 9x9 board with 64 bombs in it. I then proceeded to click the smiley, then the square directly below the smiley repeating these two over and over again for 30 iterations. It never had a bomb in it. This is not reasonable if the probability of a bomb in that square were 64/81. I expect the actual probablility is zero that the first square has a bomb in it.

Then I performed 30 iterations of the following program:

1. Click the smiley
2. Click the top left square.
3. If it's a bomb, note what is in the square below the smiley, and go to step 1
4. If it's not a bomb, click the square below the one just clicked and go to step 3.

The square below the smiley had a bomb 27 times. This is probably reasonable given the probablility of 64/81 that the square would have a bomb.

Given this data, I expect that the calculation of the location of the bombs is delayed until the first square is clicked, not when the smiley is clicked.
 
Last edited:
  • #17
Thanks, Jimmy. I feel vindicated. :biggrin:
 

What is Peg Solitaire?

Peg Solitaire is a single-player puzzle game that involves moving pegs on a board to eliminate them until only one peg remains.

How do you play Peg Solitaire?

To play Peg Solitaire, you start with a board filled with pegs except for one hole. The goal is to move the pegs one at a time, either horizontally or vertically, to eliminate them by jumping over adjacent pegs. The game ends when there is only one peg left on the board.

Is Peg Solitaire a game of luck or skill?

Peg Solitaire requires both luck and skill. The initial board setup is random, but the key to winning is to think strategically and plan your moves ahead of time.

Are there different variations of Peg Solitaire?

Yes, there are many variations of Peg Solitaire, including different board sizes and shapes, as well as different starting positions. Some variations also have different rules, such as allowing diagonal movements or multiple jumps in one turn.

What are the benefits of playing Peg Solitaire?

Playing Peg Solitaire can improve problem-solving skills, strategic thinking, and concentration. It can also be a fun and challenging way to pass the time.

Similar threads

  • General Discussion
Replies
1
Views
1K
Replies
4
Views
644
Replies
42
Views
4K
  • Programming and Computer Science
Replies
16
Views
1K
  • Math Proof Training and Practice
3
Replies
93
Views
6K
  • Math Proof Training and Practice
4
Replies
114
Views
6K
  • General Discussion
Replies
10
Views
4K
  • Math Proof Training and Practice
Replies
25
Views
2K
  • General Discussion
Replies
4
Views
4K
  • Math Proof Training and Practice
2
Replies
60
Views
8K
Back
Top