Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 246 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 246 Bytes

Without Graphics

  • The main.py file is tictactoe without graphics.

With Graphics

  • The main2.py file is tictactoe with graphics
  • The graphics feature is done by using pygame. So for running the graphics program pygame must be installed.