My Project
UML Lab
Loading...
Searching...
No Matches
Functions
main.cpp File Reference

Main entry point for the Checkers game. More...

#include <SFML/Graphics.hpp>
#include "gameloop.h"
#include "menu.h"

Functions

int main ()
 Main function to run the Checkers game.
 

Detailed Description

Main entry point for the Checkers game.

Function Documentation

◆ main()

int main ( )

Main function to run the Checkers game.

This function creates a window, displays a menu to choose the player's color, initializes the human and computer players, and starts the game loop.

Returns
int Returns 0 upon successful completion.