My Project
UML Lab
|
Main entry point for the Checkers game. More...
Functions | |
int | main () |
Main function to run the Checkers game. | |
Main entry point for the Checkers game.
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.