The NEW Pong Game V13.2.1
An interesting implemnettaion of the pong game
Loading...
Searching...
No Matches
main.cpp File Reference

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

#include "game.hpp"

Functions

int main (int argc, char *argv[])
 Main function that initializes and runs the game.
 

Detailed Description

Main entry point for the Pong game.

Authors
Yanis Sadoun, Vasileios Filippos Skarleas, Dounia Bakalem

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Main function that initializes and runs the game.

Creates a game object and runs the game's loop until termination

Parameters
argcNumber of command line arguments
argvArray of command line argument strings
Returns
int Program exit code