Tic Tae Toe
Tic Tae Toe
by Aditya Kumar(22BCS50103)
Ankur Gangwar(22BCS50119)
Vikrant Chib(22BCS50099)
Shudhir (22BCS50108)
Project Overview
Objective Target Audience
Develop a classic Tic Tac Toe game Beginner Python programmers looking
that can be played by two players on to build their first interactive game.
the command line.
Key Features
User-friendly interface, simple game logic, error handling, and the ability to track wins
and losses.
System Design
Game Board Game Logic User Interface
The game board is The game logic includes rules The user interface allows
represented as a 3x3 grid, for valid moves, checking for players to input their moves
with each cell containing a winning conditions, and and displays the current state
player's marker (X or O) or alternating between players. of the game board.
being empty.
Features and Functionalities