Page 1 of 1

Program the logic game Mastermind! Your program creates a random combination of 4 game pieces. It is chosen from 6 possi

Posted: Fri Jun 10, 2022 11:58 am
by correctanswer
Program The Logic Game Mastermind Your Program Creates A Random Combination Of 4 Game Pieces It Is Chosen From 6 Possi 1
Program The Logic Game Mastermind Your Program Creates A Random Combination Of 4 Game Pieces It Is Chosen From 6 Possi 1 (23.09 KiB) Viewed 74 times
Program The Logic Game Mastermind Your Program Creates A Random Combination Of 4 Game Pieces It Is Chosen From 6 Possi 2
Program The Logic Game Mastermind Your Program Creates A Random Combination Of 4 Game Pieces It Is Chosen From 6 Possi 2 (34.7 KiB) Viewed 74 times
PLEASE AS FAST AS POSSIBLE
IN C
Program the logic game Mastermind! Your program creates a random combination of 4 game pieces. It is chosen from 6 possible letters: A,B,C,D,E and F The player has 12 rounds to logically determine the combination. For this purpose, in guessed any combination on the first move. Your program tells the player if the letters are correct. Here, letters that are in the right place in the first hint column displayed and letters that are present in the combination, but in the wrong place position are displayed in the second information column. When the player has found the correct combination, this will be displayed and that program ended. If the correct solution has not been found after 12 rounds, this will also be the case displayed and the game ended.
C:\Users\diedrich/Documents/Visual Studio 2015 Projects/mastermind Debug\mastermind.exe 1 2 3 4 00 02 ABCD CDEF 03 | 0 = Anzahl richtiger Buchstaben an richtiger Position DCFF 11 | Ø = Anzahl richtiger Buchstaben an falscher Position DCEE 201 Bitte geben Sie eine Kombination ein: