Skip to content

shashu10/Worst-Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Worst-Tic-Tac-Toe

X|X|X
O| | 
O| | 

Simple command line game. User is X, computer is O The computer is designed to let you win.

User places an X by typing a number from 1 - 9

1|2|3
4|5|6
7|8|9

Uses raw_input() that works with python 2.7 Use input() if using python 3.0 and above

About

A tic tac toe game with an n x n board designed to let you win.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages