My Project
 
Loading...
Searching...
No Matches
main.cpp File Reference

Entry point for the Tic Tac Toe game. More...

#include "TicTacToeWindow.h"

Functions

void play_tick_tack_toe ()
 Initializes and starts the Tic Tac Toe game.
 
int main ()
 Main function, starts the game.
 

Detailed Description

Entry point for the Tic Tac Toe game.

This file uses the following libraries and resources:

Function Documentation

◆ main()

int main ( )

Main function, starts the game.

Returns
int Exit status.

◆ play_tick_tack_toe()

void play_tick_tack_toe ( )

Initializes and starts the Tic Tac Toe game.

< X-coordinate of the window.

< Y-coordinate of the window.

< Width of the window.

< Height of the window.

< Title of the game window.