Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 989 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 989 Bytes

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! 🎉