Skip to content

vict0rfr/pong

Repository files navigation

Pong

Pong Game

Overview

Welcome to Pong, a classic singleplayer/multiplayer pong game built with SDL3. Challenge your friends or play against yourself in this timeless arcade game.

Features

  • 🎮 Multiplayer Mode: Play with friends locally or on the net!.
  • 🕹️ Single Player Mode: Challenge the computer (SOON).
  • 🔄 Game Options: Customize your gameplay experience.
  • 🖥️ Fullscreen Toggle: Switch between fullscreen and windowed mode.

Getting Started

Prerequisites

  • SDL3: Make sure you have SDL3 installed on your system.
  • C++17: Ensure you have a C++17 compatible compiler.

Installation

  1. Clone the repository:

    git clone https://github.com/vict0rfr/pong.git
    cd pong
  2. Build the project:

    mkdir build
    cd build
    cmake ..
    make
  3. Run the game:

    ./pong

Enjoy playing Pong! 🎉

About

Multiplayer pong game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published