i am a beginner. i have no idea how i can make Tic Tac Toe game.

please help me.

Question #1
Extend program
To use arrays
For a 5*5 Tic Tac Toe game.
(wins are 5 Horizontal, 5 Vertical, 5 Diagonal)

Question #2
Extend to 4*4 array
(But wins are any 3 Horizontal, 3 Vertical, 3 Diagonal)

Recommended Answers

All 5 Replies

So the next question is:
Is it you against the computer, or you against another human?

i play against the computer

i am a beginner. i have no idea how i can make Tic Tac Toe game.
please help me.

Take on something that is easier first. If you have no idea at all on how to start, then there is little that anyone can do.

My suggestion is to look at a nice Python console TicTacToe game like:
http://www.daniweb.com/forums/post135044.html#post135044

This is the common 3x3 game, all you need to do is to go to a 4x4 game with your given rules and then to a 5x5 game. Have fun!

나 이분 파이썬 마을에서 봤는데, ㅋㅋㅋ!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.