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.
. 𝗠𝗼𝗱𝘂𝗹𝗲𝘀 𝗜𝗺𝗽𝗼𝗿𝘁𝗲𝗱:
- time - for sleep() function
- random - for randint() function to do a Toss to choose Player for first turn and symbol ( O or X).
. 𝗥𝗲𝗾𝘂𝗶𝗿𝗲𝗺𝗲𝗻𝘁𝘀:
- Python 3.x will work flawlessly.
- No third party modules imported. :)
𝑰 𝒉𝒐𝒑𝒆 𝒚𝒐𝒖 𝒘𝒊𝒍𝒍 𝒆𝒏𝒋𝒐𝒚 𝒊𝒕. :)