placemino电脑怎么玩安卓游戏 怎么玩

From Wikipedia, the free encyclopedia
Mastermind or Master Mind is a -breaking game for two players. The modern game with pegs was invented in 1970 by , an
postmaster and telecommunications expert. It resembles an earlier
that may date back a century or more.
The game is played using:
a decoding board, with a shield at one end covering a row of four large holes, and twelve (or ten, or eight, or six) additional rows containing four large holes next to a set
code pegs of six ( see
below) different colors, with round heads, which will be placed in the larg and
key pegs, some colored black, some white, which are flat-headed and smalle they will be placed in the small holes on the board.
The two players decide in advance how many games they will play, which must be an . One player becomes the codemaker, the other the codebreaker. The codemaker chooses a pattern of four code pegs. Duplicates and blanks are allowed depending on player choice, so the player could even choose four code pegs of the same color or four blanks. In the instance that blanks are not elected to be a part of the game, the codebreaker may not use blanks in order to establish the final code. The chosen pattern is placed in the four holes covered by the shield, visible to the codemaker but not to the codebreaker.
The codebreaker tries to guess the pattern, in both order and color, within twelve (or ten, or eight) turns. Each guess is made by placing a row of code pegs on the decoding board. Once placed, the codemaker provides feedback by placing from zero to four key pegs in the small holes of the row with the guess. A colored or black key peg is placed for each code peg from the guess which is correct in both color and position. A white key peg indicates the existence of a correct color code peg placed in the wrong position.
Screenshot of software implementation (ColorCode) illustrating the example.
If there are duplicate colours in the guess, they cannot all be awarded a key peg unless they correspond to the same number of duplicate colours in the hidden code. For example, if the hidden code is white-white-black-black and the player guesses white-white-white-black, the codemaker will award two colored key pegs for the two correct whites, nothing for the third white as there is not a third white in the code, and a colored key peg for the black. No indication is given of the fact that the code also includes a second black.
Once feedback is provided, a guesses and feedback continue to alternate until either the codebreaker guesses correctly, or twelve (or ten, or eight) incorrect guesses are made.
The codemaker gets one point for each guess a codebreaker makes. An extra point is earned by the codemaker if the codebreaker doesn't guess the pattern exactly in the last guess. (An alternative is to score based on the number of colored key pegs placed.) The winner is the one who has the most points after the agreed-upon number of games are played.
Other rules may be specified.
A game called 'Moo' was used on the Cambridge Titan shared computer system to help develop security applications by tempting hackers to modify the 'Moo League' of scores as a harmless diversion. The game involved guessing four numbers, scoring 'Bulls' or 'Cows' for correct numbers in the right or wrong places. Dr John Billingsley perceived that the game could be played equally effectively by his children with pencil and paper. Some time before 1976 he was engaged in a consultancy with , whose products at the time featured plastic inserts for footwear. He was asked if he could think of a game that could use their technology and the game of Moo sprang to mind. At the time, the TV quiz show Mastermind was in vogue and he suggested that name, never believing that it would be permitted. He influenced the design of the board, insisting that the 'results' pegs should be arranged in a square rather than in a line, to avoid each result being associated with a particular guess peg. Thinking that the game was 'public domain' or that the rights belonged elsewhere, he was unwilling to make any claim for it.
Since 1971, the rights to Mastermind have been held by
of , near , . (Invicta always named the game Master Mind.) They originally manufactured it themselves, though they have since licensed its manufacture to
worldwide, with the exception of
who have the manufacturing rights to the United States and Israel, respectively.
Starting in 1973, the game box featured a photograph of a well-dressed, distinguished-looking man seated in the foreground, with a woman standing behind him. The two amateur models (Bill Woodward and Cecilia Fung) reunited in June 2003 to pose for another publicity photo.
With four pegs and six colors, there are 64 = 1296 different patterns (allowing duplicate colors).
demonstrated that the codebreaker can solve the pattern in five moves or fewer, using an algorithm that progressively reduced the number of possible patterns. The algorithm works as follows:
Create the set S of 1296 possible codes ( ... )
Start with initial guess 1122 (Knuth gives examples showing that other first guesses such as
do not win in five tries on every code)
Play the guess to get a response of colored and white pegs.
If the response is four colored pegs, the game is won, the algorithm terminates.
Otherwise, remove from S any code that would not give the same response if it (the guess) were the code.
technique to find a next guess as follows: For each possible guess, that is, any unused code of the 1296 not just those in S, calculate how many possibilities in S would be eliminated for each possible colored/white peg score. The score of a guess is the minimum number of possibilities it might eliminate from S. A single pass through S for each unused code of the 1296 will provide a hit count for each colored/w the colored/white peg score with the highest hit count will eliminate the
calculate the score of a guess by using "minimum eliminated" = "count of elements in S" - (minus) "highest hit count". From the set of guesses with the maximum score, select one as the next guess, choosing a member of S whenever possible. (Knuth follows the convention of choosing the guess with the least numeric value e.g. 2345 is lower than 3456. Knuth also gives an example showing that in some cases no member of S will be among the highest scoring guesses and thus the guess cannot win on the next turn, yet will be necessary to assure a win in five.)
Repeat from step 3.
Subsequent mathematicians have been finding various algorithms that reduce the average number of turns needed to solve the pattern: in 1993, Kenji Koyama and
found a method that required an average of
= 4.340 turns to solve, with a worst-case scenario of six turns. The
value in the sense of
A new algorithm with an embedded
algorithm, where a large set of eligible codes is collected throughout the different generations. The quality of each of these codes is determined based on a comparison with a selection of elements of the eligible set. This algorithm is based on a heuristic that assigns a score to each eligible combination based on its probability of actually being the hidden combination. Since this combination is not known, the score is based on characteristics of the set of eligible solutions or the sample of them found by the evolutionary algorithm.
The algorithm works as follows:
Play fixed initial guess G1
Get the response X1 and Y1
Repeat while Xi ≠ P:
Increment i
Initialize population
Repeat while h ≤ maxgen and |Ei| ≤ maxsize:
Generate new population using crossover, mutation, inversion and permutation
Calculate fitness
Add eligible combinations to Ei
Increment h
Play guess Gi which belongs to Ei
Get response Xi and Yi
In November 2004,
proved that solving a Mastermind board is an
problem when played with n pegs per row and two colors, by showing how to represent any
problem in it. He also showed the same for Consistent Mastermind (playing the game so that every guess is a candidate for the secret code that is consistent with the hints in the previous guesses).
The Mastermind satisfiability problem is a
that asks, "Given a set of guesses and the number of colored and white pegs scored for each guess, is there at least one secret pattern that generates those exact scores?" (If not, then the codemaker must have incorrectly scored at least one guess.) In December 2005,
showed in an
article that the Mastermind satisfiability problem is NP-complete.
Varying the number of colors and the number of holes results in a spectrum of Mastermind games of different levels of difficulty. Another common variation is to support different numbers of players taking on the roles of codemaker and codebreaker. The following are some examples of Mastermind games produced by , , , , and other game manufacturers:
Mastermind
Original version
Royale Mastermind
5 colors × 5 shapes
Mastermind44
For four players
Grand Mastermind
5 colors × 5 shapes
Super Mastermind (a.k.a. Deluxe Mastermind; a.k.a. Advanced Mastermind)
1975 (in Poland - Copyright Invicta 1972 in cooperation with Krajowa Agencja Wydawnicza - )
Word Mastermind
26 letters
Only valid words may be used as the pattern and guessed each turn.
Number Mastermind
Uses numbers instead of colors. The codemaker may optionally give, as an extra clue, the sum of the digits.
Electronic Mastermind (Invicta)
3, 4, or 5
Uses numbers instead of colors. Handheld electronic version. Solo or multiple players vs. the computer. Invicta branded.
Walt Disney Mastermind
Uses Disney characters instead of colors
Mini Mastermind (a.k.a. Travel Mastermind)
Travel- room for only six guesses
Mastermind Challenge
Both players simultaneously play code maker and code breaker.
Parker Mastermind
Mastermind for Kids
Animal theme
Mastermind Secret Search
26 letters
V clues are provided letter-by-letter using up/down arrows for earlier/later in the alphabet.
Electronic Hand-Held Mastermind (Hasbro)
Handheld electronic version. Hasbro.
New Mastermind
For up to five players
Mini Mastermind
Travel-sized self- room for only eight guesses
Mastermind
digital version
Mastermind Numbers
iOS and Android version
The difficulty level of any of the above can be increased by treating “empty” as an additional color or decreased by requiring only that the code's colors be guessed, independent of position.
Computer and
of the game have also been made, sometimes with variations in the number and type of pieces involved and often under different names to avoid trademark infringement. Mastermind can also be played with . There is a numeral variety of the Mastermind in which a 4-digit number is guessed.
Nelson, Toby (9 March 2000).
. Board Game Geek 2014.
(1976–77).
(PDF). J. Recr. Math. (9): 1–6.
Koyama, K Lai, Tony (1993). "An Optimal Mastermind Strategy". Journal of Recreational Mathematics (25): 230–256.
Knuth, Donald (2011). Selected papers on fun and games. Center for the Study of Language and Information. p. 226.  .
(PDF). K.U.Leuven (1): 1–15.
Merelo, J. J.; Mora, A. M.; Cotta, C.; Runarsson, T. P. (2012). "An experimental study of exhaustive solutions for the Mastermind puzzle". : .
De Bondt, Michiel C. (November 2004). . Radboud University Nijmegen.
Retrieved .
. [dead link]
: Hidden categories:Placemino - New Pentomino Twist:在 App Store 上的内容
正在打开 iTunes Store。如果 iTunes 不自动打开,在 Dock 或 Windows 桌面上点击 iTunes 图标。进度指示器
正在打开 iBooks Store。如果 iBooks 未打开,请在 Dock 中打开 iBooks App。进度指示器
如要轻松整理及新增数码媒体收藏,iTunes 是全世界最简单的工具。
我们在您的电脑上找不到 iTunes。 如要下载 MIVA Games GmbH 的免费 App Placemino - New Pentomino Twist,请立即获取 iTunes。
已经有 iTunes 了? 现在点击「我有 iTunes」以打开 iTunes。
Placemino - New Pentomino Twist
开发者:MIVA Games GmbH
打开 iTunes 以购买和下载 App。
New twist in classic block puzzles! Welcome awesome, marvelous, cute …..the Orbed Polyominoes: Monomino, Domino, Tromino, Tetromino and Pentomino!Manipulate Polyominoes to form lines without gaps. To rotate Polyominoes just tap on the figure.Fill the gaps till the end of moves. The end? Prove otherwise! PLAYce more!
版本 2.3.2 中的新功能
- minor bugs fixed
用户购买的还有
此 App 专为 iPhone 和 iPad 设计免费类别: 版本: 2.3.2大小: 41.8 MB语言: 英语开发商: MIVA Games GmbH兼容性: 需要 iOS 8.0 或更高版本。与 iPhone、iPad 和 iPod touch 兼容。
5.0&&&&&5 份评分
&&&&&878 份评分
热门 App 内购买项目
Remove all Ads?12.00
更多MIVA Games GmbH的产品苹果Placemino下载 , 最新版PlaceminoiPad|iPhone手机版免费下载-PP助手官网
当前位置:
& 苹果版Placemino下载
Placemino软件截图Placemino下载信息Placemino简介
New twist in classic block puzzles! Welcome awesome, marvelous, cute …..the Orbed Polyominoes: Monomino, Domino, Tromino, Tetromino and Pentomino!Manipulate Polyominoes to form lines without gaps. To rotate Polyominoes just tap on the figure.Fill the gaps till the end of moves. The end? Prove otherwise! PLAYce more!Placemino更新日志
- minor bugs fixedPlacemino同一开发者
Placemino相关资讯
Placemino使用技巧
下载Placemino的人还喜欢
游戏下载排行榜1
81 万下载2
31 万下载3
14 万下载4
13 万下载5
13 万下载6
12 万下载7
11 万下载8
PP苹果助手:love25ppcom
扫一扫安装PP助手iOS版

我要回帖

更多关于 win10玩游戏怎么样 的文章

 

随机推荐