![]() |
The NEW Pong Game V13.2.1
An interesting implemnettaion of the pong game
|
#include <SDL.h>
#include <SDL_ttf.h>
#include <SDL_mixer.h>
#include "paddle.hpp"
#include "ball_base.hpp"
#include "page_3b.hpp"
#include "page_3b_0t.hpp"
#include "page_3b_1t.hpp"
#include "page_4b_1t.hpp"
#include "page_2b_1t.hpp"
#include "game_over.hpp"
#include "ai.hpp"
#include "user.hpp"
#include "network.hpp"
#include "power.hpp"
#include "invisible_power.hpp"
#include "inverse_power.hpp"
#include "gui.hpp"
#include "letter.hpp"
Go to the source code of this file.
Classes | |
class | Game |
Enumerations | |
enum class | game_state { Notice_Menu , Menu , Middle_menu , Choose_Mode , AI_playing , Remote_playing , Fun_playing , Storytime_playing , Playing , Paused , GameOver , Set_up } |
|
strong |