My Project
 
Loading...
Searching...
No Matches
TicTacToeWindow.h File Reference

Defines the TicTacToeWindow class for handling game logic and UI. More...

#include "AnimationWindow.h"
#include "widgets/Button.h"
#include <vector>
#include <fstream>
#include <stdexcept>

Go to the source code of this file.

Classes

class  TicTacToeWindow
 Handles the Tic Tac Toe game logic and user interface. More...
 

Detailed Description

Defines the TicTacToeWindow class for handling game logic and UI.

This file uses the following libraries and resources:

  • AnimationWindow from TDT4102
  • Button widget from TDT4102
  • Standard C++ libraries: vector, fstream, stdexcept