#
tic-toe-game
Here are 3 public repositories matching this topic...
Language:All
Filter by language
Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm
pythonopencvtic-tac-toetictactoeminimax-algorithmtictactoe-gameminmax-algorithmminmaxai-gamestic-tac-toe-gametic-tac-toe-pythontic-tac-toe-multiplayertictactoe-aitic-tac-toe-aitictactoe-pythonminimax-alpha-beta-pruningtic-toe-gameminmax-alpha-beta-pruningtic-tac-toe-bottic-tac-toe-minmax
- Updated
Aug 6, 2022 - Python
- Updated
Feb 4, 2024 - JavaScript
Tic Tac Toe is a simple two-player game that is played on a 3x3 grid. The two players take turns marking their symbol (usually an "X" or an "O") on one of the empty squares on the board. The goal of the game is to get three of your symbols in a row, either horizontally, vertically, or diagonally. If a player succeeds in doing they win the game.
- Updated
Nov 30, 2021 - C
Improve this page
Add a description, image, and links to thetic-toe-game topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thetic-toe-game topic, visit your repo's landing page and select "manage topics."