8000 GitHub - Vladislavlhp7/tic_tac_toe: Trie-based Tic Tac Toe solved with Minimax
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Vladislavlhp7/tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

Description

This is a simple tic tac toe game that can be played by two players. The game is played on a 3x3 grid. The first player to get 3 of their marks in a row (up, down, across, or diagonally) is the winner. If the board fills up before either player wins, then the game is a draw.

Implementation

The game is implemented with the following:

  • Trie Data Structure
  • Minimax Algorithm

How to Play

  1. Clone the repository
  2. Run the following command in the terminal: python3 tic_tac_toe.py
  3. Follow the instructions in the terminal to play the game

About

Trie-based Tic Tac Toe solved with Minimax

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0