Skip to content

AkshatG6/TicTacToe-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe in C

This is a simple command-line Tic-Tac-Toe game implemented in C. It utilizes the minimax algorithm to power the computer's decision-making process, making it a challenging opponent.

Features

  • Command-Line Interface: Play directly from your terminal.
  • Minimax Algorithm: The computer opponent uses the minimax algorithm to make optimal moves.
  • Interactive Game Play: Players can select their moves via command-line prompts.

Prerequisites

Ensure you have a C compiler installed on your system, such as GCC or Clang.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages