1#ifndef MAINPROJECT_PLAYER_H
2#define MAINPROJECT_PLAYER_H
4#include <SFML/Graphics.hpp>
Represents the game board and its functionality.
Definition board.h:21
Class representing a player in the game.
Definition player.h:9
PlayerType type
Definition player.h:38
sf::Color color
Definition player.h:41
sf::Color getColor() const
Getter function for the color of the player.
Definition player.h:36
PlayerType
Enumeration representing the type of player.
Definition player.h:14
Player(const sf::Color color)
Constructor for Player class with default type as Human.
Definition player.cpp:7