Skip to content

TicTacToe User Vs. Computer played using a GUI(QTCreator) and Minimax Algorithm. User can choose dimension of board (2-6)

Notifications You must be signed in to change notification settings

RachaelSMathew/tictac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

How to run:

  1. git clone https://github.com/RachaelSMathew/tictac.git
  2. Download QTCreator Using QTCreator on MacOS
  3. Open tictac/TicTacTowGUI folder inside app
  4. Press the green play button

Features

  • Game is unbeatable (i.e., the computer wins or no one wins)
  • User can choose a username which is displayed while game is played
  • Timer for three minutes is run and if it runs out, game automatically exits
  • Scorboard between computer and player
  • Player can choose dimension of board(2-6)

Files

  • CMakeLists.txt: contains a set of directives and instructions describing the project's source files and targets (executable, library, or both)
  • tictac.cpp: allows you to run a 3 by 3 tic tac toe board game in terminal (comp vs. player)

About

TicTacToe User Vs. Computer played using a GUI(QTCreator) and Minimax Algorithm. User can choose dimension of board (2-6)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published