Skip to content

Project: Tic-Tac-Toe Game Using Python Objective Create a simple Tic-Tac-Toe game using Python, employing the tkinter library for the graphical user interface and random to handle the computer's moves (in single-player mode).

Notifications You must be signed in to change notification settings

tranhuy25/tictactoe-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Instructions

  • press 'g' to change gamemode (pvp or ai)
  • press '0' to change ai level to 0 (random)
  • press '1' to change ai level to 1 (impossible)
  • press 'r' to restart the game

Game Snapshots

Snapshot 1 - Start

snapshot1

Snapshot 2 - Circle Win

snapshot2

Snapshot 3 - Cross Win

snapshot3

tictactoe-demo

About

Project: Tic-Tac-Toe Game Using Python Objective Create a simple Tic-Tac-Toe game using Python, employing the tkinter library for the graphical user interface and random to handle the computer's moves (in single-player mode).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published