![]() |
The NEW Pong Game V13.2.1
An interesting implemnettaion of the pong game
|
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. | |
Main entry point for the Pong game.
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
argc | Number of command line arguments |
argv | Array of command line argument strings |