Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 626 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 626 Bytes

tic_tac_toe_commandline_based

Python Based Game

It is a fun two player game in which Xs and Os are involved.

To play this game, Simply clone all the files at a common location and run game_start.py file.

. 𝗠𝗼𝗱𝘂𝗹𝗲𝘀 𝗜𝗺𝗽𝗼𝗿𝘁𝗲𝗱:

  1. time - for sleep() function
  2. random - for randint() function to do a Toss to choose Player for first turn and symbol ( O or X).

. 𝗥𝗲𝗾𝘂𝗶𝗿𝗲𝗺𝗲𝗻𝘁𝘀:

  1. Python 3.x will work flawlessly.
  2. No third party modules imported. :)

𝑰 𝒉𝒐𝒑𝒆 𝒚𝒐𝒖 𝒘𝒊𝒍𝒍 𝒆𝒏𝒋𝒐𝒚 𝒊𝒕. :)