Chopsticks (hand game)

Last updated
The game's scores are tracked on the fingers of both hands. Hands as2 and 3.svg
The game's scores are tracked on the fingers of both hands.

Chopsticks (sometimes called Calculator, or just Sticks)[ citation needed ] is a hand game for two or more players, in which players extend a number of fingers from each hand and transfer those scores by taking turns tapping one hand against another. [1] [2] Chopsticks is an example of a combinatorial game, and is solved in the sense that with perfect play, an optimal strategy from any point is known. [3]

Contents

Description

Gameplay

Chopsticks consists of players tallying points using the fingers on their hands.

Each player starts with two points (one finger on each hand). Taking turns, players tap the opponent's hand, which adds points to it equal to the value of the tapping hand. A player’s hands do not change when the opponent’s hand is tapped. For example, if an opposing player has the maximum number of points on their hand, they may not subtract points from it if they decide to knock out the other player's hand, such as if a player has five points and the other has two, the player with five points cannot give the other player a portion of their points to avoid being knocked out. When a hand gets five points only, it is "knocked out" and called a dead hand. [3] A dead hand cannot attack or be attacked. A player wins by knocking out both of their opponent's hands.

Instead of attacking on their turn, a player may "split" points among their hands. A split can be either a transfer or a division. A transfer involves moving a certain number of points from one living hand to another; transferring all points off one hand knocks it out ("suicide"), and is allowed in some variations. [3] A division can resurrect a dead hand by moving points from a living hand, bringing it back into play. [3] The new distribution must be distinct from the original distribution; a player may not simply swap points between hands. [3]

Due to the game's simple basic structure, there are many variations with additional rules. [1] In some variations, a sum greater than 5 "rolls over" to a smaller value by subtracting 5 from the sum (modular arithmetic); a hand is eliminated only when it has exactly five points. In other variations, more complex transfer and division moves are allowed.

Abbreviation

Each position in a two-player game of Chopsticks can be encoded as a four-digit number, with each digit ranging from 0 to 4, representing the number of active fingers on each hand. This can be notated as [ABCD], where A and B are the hands of the player who is about to take their turn, and C and D are the hands of the player who is not about to take their turn. Each pair of hands is notated in ascending order, so every distinct position is represented by one and only one four-digit number. For example, the code 1023 is not allowed, and should be notated 0123.

The starting position is 1111. The next position must be 1211. The next position must be either 1212 or 1312. During the game, the smallest position is 0000, and the largest position is 4444.

This abbreviation can be expanded to games with more players. A three-player game can be represented by six digits (e.g. [111211]), where each pair of adjacent digits represents a single player, and each pair is ordered based on when players will take their turns. The leftmost pair represents the hands of the player about to take his turn; the middle pair represents the player who will go next, and so on. The rightmost pair represents the player who must wait the longest before his turn (usually because he just went).

Moves

Under normal rules, there are a maximum of 14 possible moves:

However, only 5 or fewer of these are available on a given turn. For example, the early position 1312 can become 2213, 1313, 2413, 0113, or 1222.

Game lengths

The shortest possible game is five moves. There is one instance:

Without revisitation (repeating a position), the longest possible game is nine moves. There are two instances:

With revisitation, the longest possible game is indefinite.

Positions

Since the roll-over amount is 5, Chopsticks is a base-5 game. In a two-player game, each position is four digits long. Counting from 0000 to 4444 (in base 5) yields 625 positions. However, this includes redundancies—most of these positions are incorrect notations (e.g. 0132, 1023, and 1032 are incorrect notations of 0123), which appear different but are functionally the same in gameplay.

To find the number of functionally distinct positions, note that each player can be one of 15 distinct pairs (00, 01, 02, 03, 04, 11, 12, 13, 14, 22, 23, 24, 33, 34, and 44). With two players, there are 15*15 = 225 functionally distinct positions. In general, for players, there are functionally distinct positions.

However, there are 21 unreachable positions: 0000, 0100, 0200, 0300, 0400, 1100, 1101, 1200, 1300, 1400, 2200, 2202, 2300, 2400, 3300, 3303, 3400, 3444, 4400, 4404, and 4444.

This gives a total of 204 unique, reachable positions.

There are 14 reachable endgames: 0001, 0002, 0003, 0004, 0011, 0012, 0013, 0014, 0022, 0023, 0024, 0033, 0034, 0044. Satisfyingly enough, these are all the 14 possible endgames; in other words, someone can win using any of the 14 distinct live pairs. Out of these 14 endgames, the first player wins 8 of them, assuming that the games are ended in the minimum number of moves.

Generalisations

Chopsticks can be generalized into a -type game, where is the number of players and is the rollover amount.[ further explanation needed ]

Fewer than two players

In a one-player game, the player trivially wins for virtue of being the last player in the game. A game with zero players is likewise trivial as there can be no winners.

Two players

Given and a rollover of ,

Thus, for , there are reachable positions.

RolloverPositionsFunctionally distinct positionsReachable positions
3813626
425610085
5625225204
61296441413
72401784748
8409612961251
9656120251970
101000030252959
111464143564278
122073660845993

More than two players

Given a rollover of 5,

Degenerate cases

A game with a rollover amount of 1 is the trivial game, because all hands start dead.

A game with a rollover amount of 2 is degenerate, because splitting is impossible, and the rollover and cutoff variations result in the same game. Hands are either alive and dead, with no middle state, and attacking a hand kills the hand. In fact, one could simply keep count of the number of 'hands' a player has (by using fingers or some other method of counting), and when a player attacks an opponent, the number of hands that opponent has decreases by one. There are a total of reachable positions in the game, and a game length of . The two player game is strongly solved as a first person win.

When two players have only one hand, the game becomes degenerate, because splits cannot occur and each player only has one move. Given a rollover of , each position after moves in the game can be represented by the tuple , where is the -th Fibonacci number with and . The number of positions is given by least positive number such that divides . This variant is strongly solved as a win for either side depending upon and the divisibility properties of Fibonacci numbers. The length of the game is .

Variations

Optimal strategy

Using the rules above, two perfect players will play indefinitely; the game will continue in a loop. In fact, even very inexperienced players can avoid losing by simply looking one move ahead.

In the cutoff variation, the first player can force a win. One winning strategy is to always reach one of the following configurations after each move (preferentially choosing the first one):

Conversely, in the Division and Suicide only variation, then the second player has a winning strategy. [4] [ how? ]

See also

Related Research Articles

<span class="mw-page-title-main">Blackjack</span> Gambling card game

Blackjack is a casino banking game. It is the most widely played casino banking game in the world. It uses decks of 52 cards and descends from a global family of casino banking games known as "twenty-one". This family of card games also includes the European games vingt-et-un and pontoon, and the Russian game Ochko. Blackjack players do not compete against each other. The game is a comparing card game where each player competes against the dealer.

<span class="mw-page-title-main">Cartesian coordinate system</span> Most common coordinate system (geometry)

In geometry, a Cartesian coordinate system in a plane is a coordinate system that specifies each point uniquely by a pair of real numbers called coordinates, which are the signed distances to the point from two fixed perpendicular oriented lines, called coordinate lines, coordinate axes or just axes of the system. The point where they meet is called the origin and has (0, 0) as coordinates.

<span class="mw-page-title-main">Mahjong</span> Tile-based game

Mahjong or mah-jongg is a tile-based game that was developed in the 19th century in China and has spread throughout the world since the early 20th century. It is played by four players. The game and its regional variants are widely played throughout East and Southeast Asia and have also become popular in Western countries. The game has also been adapted into a widespread online entertainment. Similar to the Western card game rummy, mahjong is a game of skill, strategy, and luck. To distinguish it from mahjong solitaire, it is sometimes referred to as mahjong rummy.

<span class="mw-page-title-main">Tower of Hanoi</span> Mathematical puzzle game

The Tower of Hanoi is a mathematical game or puzzle consisting of three rods and a number of disks of various diameters, which can slide onto any rod. The puzzle begins with the disks stacked on one rod in order of decreasing size, the smallest at the top, thus approximating a conical shape. The objective of the puzzle is to move the entire stack to one of the other rods, obeying the following rules:

  1. Only one disk may be moved at a time.
  2. Each move consists of taking the upper disk from one of the stacks and placing it on top of another stack or on an empty rod.
  3. No disk may be placed on top of a disk that is smaller than it.
<span class="mw-page-title-main">Elo rating system</span> Method for calculating relative skill levels of players

The Elo rating system is a method for calculating the relative skill levels of players in zero-sum games such as chess. It is named after its creator Arpad Elo, a Hungarian-American physics professor.

Collision detection is the computational problem of detecting an intersection of two or more spatial objects, commonly computer graphics objects. It has applications in various computing fields, primarily in computer graphics, computer games, computer simulations, robotics and computational physics. Collision detection is a classic problem of computational geometry. Collision detection algorithms can be divided into operating on 2D or 3D spatial objects.

<span class="mw-page-title-main">Cribbage</span> Card game

Cribbage, or crib, is a card game, traditionally for two players, that involves playing and grouping cards in combinations which gain points. It can be adapted for three or four players.

<span class="mw-page-title-main">Concentration (card game)</span> A memory based card game

Concentration is a round game in which all of the cards are laid face down on a surface and two cards are flipped face up over each turn. The object of the game is to turn over pairs of matching cards.

<span class="mw-page-title-main">Big two</span> Chinese card game

Big two is a card game of Cantonese origin. It is similar to the games of Zheng Shangyou, daifugō, president, crazy eights, cheat, and other shedding games. The game is very popular in East Asia and in Southeast Asia, especially throughout mainland China, Hong Kong, Vietnam, Macau, Taiwan, Indonesia, the Philippines, Malaysia and Singapore. It is played both casually and as a gambling game. It is usually played with two to four players, the entire deck being dealt out in either case. The objective of the game is to be the first to play off all of one's cards.

<span class="mw-page-title-main">Round-robin tournament</span> Type of sports tournament

A round-robin tournament or all-play-all tournament is a competition format in which each contestant meets every other participant, usually in turn. A round-robin contrasts with an elimination tournament, wherein participants are eliminated after a certain number of wins or losses.

<span class="mw-page-title-main">Golf (card game)</span> Type of card game

Golf is a card game invented by Elias Clark of Brighton, England. Where players try to earn the lowest number of points over the course of nine deals.

<span class="mw-page-title-main">Arrow keys</span> Set of keys on a typical computer keyboard

Arrow keys or cursor movement keys are keys on a computer keyboard that are either programmed or designated to move the cursor in a specified direction.

<span class="mw-page-title-main">Sheng ji</span> Card game

Sheng ji is a family of point-based, trick-taking card games played in China and in Chinese immigrant communities. They have a dynamic trump, i.e., which cards are trump changes every round. As these games are played over a wide area with no standardization, rules vary widely from region to region.

<i>Daifugō</i> Japanese card game

Daifugō or Daihinmin, also known as Tycoon, is a Japanese shedding-type card game for three or more players played with a standard 52-card pack. The objective of the game is to get rid of all the cards one has as fast as possible by playing progressively stronger cards than those of the previous player. The winner is called the daifugō earning various advantages in the next round, and the last person is called the daihinmin. In that following round, winners can exchange their one or more unnecessary cards for advantageous ones that losers have.

3-5-8, also known as sergeant major for its popularity among members of the Royal Air Force, is a trick-taking card game for 3 players, using a standard 52 card deck. 3-5-8 may be played as a gambling game, and there are many variations with names like "8-5-3" and "9-5-2" played throughout the world.

<span class="mw-page-title-main">Morra (game)</span> Hand game

Morra is a hand game that dates back thousands of years to ancient Roman and Greek times. Each player simultaneously reveals their hand, extending any number of fingers, and calls out a number. Any player who successfully guesses the total number of fingers revealed by all players combined scores a point.

Traditional Filipino games or indigenous games in the Philippines are games that are played across multiple generations, usually using native materials or instruments. In the Philippines, due to limited resources for toys, children usually invent games that do not require anything but players. There are different kinds of Filipino traditional games which are well-suited for kids, and the games also stand as one of the different cultural and traditional games of the Philippines. Due to the variety of skills used in these games, they serve an important purpose in the physical and mental development of Filipino children. These games are also an important part of Filipino culture.

<span class="mw-page-title-main">Commerce (card game)</span> French gambling game

Commerce is an 18th-century gambling French card game akin to Thirty-one and perhaps ancestral to Whisky Poker and Stop the Bus. It aggregates a variety of games with the same game mechanics. Trade and Barter, the English equivalent, has the same combinations, but a different way of acquiring them. Trentuno, Trent-et-Uno, applies basically to the same method of play, but also has slightly different combinations. Its rules are recorded as early as 1769.

<span class="mw-page-title-main">Chopsticks</span> Shaped pairs of sticks used as kitchen and eating utensils

Chopsticks are shaped pairs of equal-length sticks that have been used as kitchen and eating utensils in most of East Asia for over three millennia. They are held in the dominant hand, secured by fingers, and wielded as extensions of the hand, to pick up food.

The original Rubik's cube was a mechanical 3×3×3 cube puzzle invented in 1974 by the Hungarian sculptor and professor of architecture Ernő Rubik. Extensions of the Rubik's cube have been around for a long time and come in both hardware and software forms. The major extension have been the availability of cubes of larger size and the availability of the more complex cubes with marked centres. The properties of Rubik’s family cubes of any size together with some special attention to software cubes is the main focus of this article. Many properties are mathematical in nature and are functions of the cube size variable.

References

  1. 1 2 "How to Play Chopsticks". wikiHow. Retrieved 2021-06-19.
  2. "Chopsticks Game". Activity Village. Retrieved 2014-03-27.
  3. 1 2 3 4 5 6 7 8 Japanese games – Chopsticks (hand game), 2008
  4. "How to Always Win Chopsticks". wikiHow. Retrieved 2021-06-19.