Board Game is a game that can be played by two or more people by moving pieces on the board, for example, the Mastermind game. By implementing Artificial Intelligence (AI) in the Mastermind game, users can play against the computer system implementing AI without having to wait for others. By applying the Fisher Yates Shuffle Algorithm and Linear Congruent Methods, the aim is to allow users to p…