Skip to content

To develop Tic Tac Toe game using pygame and numpy

Notifications You must be signed in to change notification settings

Arunvijay28/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

To create a Tic Tac Toe game in python

Modules

  1. Pygame
  2. numpy

Tic Tac Toe is a two-player game where each player takes turns marking a cell in a 3x3 grid with their respective symbols (typically 'X' and 'O'). The objective of the game is to form a line of three consecutive symbols (either horizontally, vertically, or diagonally) before the opponent does Based on the position specified by either player X or O . It concludes whether player X wins or Player O wins or whether it is draw

About

To develop Tic Tac Toe game using pygame and numpy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages