Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 674 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 674 Bytes

TicTacToe

Game Details

  • CUI based
  • Single-player
  • made in Python

Run the MAIN.py file and start playing:

py MAIN.py

Easy level: easy2.py

  • Computer gives its turn at random places in the 3*3 matrix

Medium level: medium2.py

  • Computer blocks and places its turn according to priority

Level Hard is still under development and will be uploaded soon

User can choose x or o and play against computer