with a cross (X) or a circle (O). The game will toggle between the players by giving the
chance for each player to mark their move. When one of the players make a combination of
3 same markers in a horizontal, vertical or diagonal line the program will display which
player has won, whether X or O. In this paper, we implement a 3x3 tic-tac-toe game in
LabVIEW. The game is designed so that two players can play tic-tac-toe using LabVIEW …