Java Assignment

Order Description

Design and code a graphical game that allows three players to play a simple board game. This game allows the players to take turns placing their mark on the 8x8 game board. The game is won by the player who successfully places 4 of their marks adjacent to one another in a straight line. The group of marks can be oriented vertically, horizontally or diagonally.

Design the form so that the players can pick the character that will indicate their squares on thegame board. Do not allow players to play on the board until all three players have determinedtheir character. For each player’s turn devise some method to show whose turn it happens to beand once they select an unused square the turn passes to the next player. Game play continuesuntil any player has 4 adjacent squares or until the board is full.