Code 4x4 TicTacToe in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Code 4x4 TicTacToe in c++

Hey everyone, I want to make a 4x4Tic tac toe in c++ but this 'TicTacToe' is different to normal one. It can be played by three players. Do you guys know how to make it?Thanks.

4th Mar 2018, 2:31 PM
Eugene Tse
Eugene Tse - avatar
6 Answers
6th Mar 2018, 12:28 PM
VishnuDubeyMaster
VishnuDubeyMaster - avatar
0
Thanks for your answer. However I want to make the game in c++.It can be played by three players. Three players take turns marking the spaces in a 4×4 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game. Do you guys know how to make it? Thanks.
6th Mar 2018, 1:58 PM
Eugene Tse
Eugene Tse - avatar
0
It would take a while to make it and it would be harder in c++ but it is possible. But a tictactoe with 3 players in a 4x4 grid is a bit overpowered for the player to play first, as he can easily take 3 and win as he can't be stopped easily
6th Mar 2018, 6:34 PM
Dino Coralic
Dino Coralic - avatar
0
I think the first player would not be so overpowered as when player1 has two marks in line, the other two players will unite together to block him from winning.
7th Mar 2018, 8:26 AM
Eugene Tse
Eugene Tse - avatar
0
it cant be .... its impossible because it should be of odd numbers its compulsary try to make of 5
12th Mar 2018, 9:36 PM
VishnuDubeyMaster
VishnuDubeyMaster - avatar