[Tutor] tic tac toe

Alan Gauld alan.gauld at btinternet.com
Fri Jul 4 18:43:07 CEST 2008


"Akanskha Kumar" <akanksha.kumar14 at yahoo.com> wrote

> how can i make tic tac toe game using python programing.

Do you know how to program at all?
How much Python do you know?

Is this a homework assignment?

We need to know of these before we can give you the best answer.

If you are experienced uin programming then the anser is probably
to define a 2D table for the grid, capture the rules in a function and
then apply the rules to the table - parameterised by the users inputs.

Alan G. 




More information about the Tutor mailing list