Skip to content

Mtp-dev/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

🎮 Tic-Tac-Toe

Welcome to the markdown version of Tic-Tac-Toe! 🎉

  • Player 1: ❌ (X)
  • Player 2: ⭕ (O)

Instructions:

  1. Take turns: Each player chooses an empty square by replacing the with either ❌ (X) or ⭕ (O).
  2. Winning condition: Get three of your marks in a row (horizontally, vertically, or diagonally).
  3. Edit this file on GitHub: Click on the pencil icon in the upper-right corner of the file to make your move.

Current Game Board:

1 2 3
A
B
C

How to play:

  • To make a move, edit this file and replace the empty square () in the corresponding cell with either ❌ or ⭕.
  • For example, if Player 1 (❌) wants to place their mark in the middle square (B2), they would change it to this:
|   | 1 | 2 | 3 |
|---|---|---|---|
| A ||||
| B ||||
| C ||||

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published