[go: nahoru, domu]

Skip to content

Welcome to the Tic Tac Toe Game! 🎮 This is a classic implementation of the Tic Tac Toe game, also known as Noughts and Crosses. It's a simple yet fun game where two players take turns marking spaces in a 3x3 grid with Xs and Os. The first player to get three of their marks in a row (horizontally, vertically, or diagonally) wins the game!

Notifications You must be signed in to change notification settings

fernandonpa/TIC_TAC_TOE---GAME

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIC TAC TOE - GAME 🎮

Welcome to the Tic Tac Toe Game! This project is a classic implementation of the Tic Tac Toe game using Python. It's a simple, fun game that you can play with a friend, or you can enhance it by adding AI for a single-player experience.

Table of Contents

Features

  • Two-player mode: Play with a friend locally on the same machine.
  • Interactive CLI: A simple command-line interface for easy gameplay.
  • Win/Draw Detection: Automatically detects when a player wins or if the game ends in a draw.
  • Easy to extend: The codebase is easy to modify if you want to add new features, such as AI.

Installation

  1. Clone the repository:

    git clone https://github.com/fernandonpa/TIC_TAC_TOE---GAME.git
    cd TIC_TAC_TOE---GAME

About

Welcome to the Tic Tac Toe Game! 🎮 This is a classic implementation of the Tic Tac Toe game, also known as Noughts and Crosses. It's a simple yet fun game where two players take turns marking spaces in a 3x3 grid with Xs and Os. The first player to get three of their marks in a row (horizontally, vertically, or diagonally) wins the game!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages