🔳 Tic Tac Toe 3 Players

javascripthtmlcss

Jul 27, 2020

 Source Code

🔳 Tic Tac Toe 3 Players

Tic Tac Toe 3 Players is a 3 player tic tac toe game that I made using vanilla javascript. The game works by taking turns between the 3 players. Each player may either place their mark on a empty cell, or add a new cell to the neighboring cell. The game ends when one of the players has 3 marks in a row.