HDK101 / pong-sfml

A pong game made in SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pong(SFML)

Alt text

A Pong made in SFML(C++)

Motivation

Just a project to test my CPP skills

Dependencies(Windows and Linux)

-SFML 2.5.1

Compilation

Windows

  1. Download SFML 2.5.1 from the official website and extract to C:/SFML-2.5.1/
  2. Download the required MingGW(64 Bits) from the SFML website and extract to C:/mingw64/
  3. Run "build.sh" from the folder
  4. See if it compiles
  5. Go to the folder "build" and run "pong-sfml.exe"

Linux

  1. Install the GCC Toolchain(sudo apt install build-essential) and install SFML(sudo apt install libsfml-dev)
  2. Run "./build.sh"
  3. Go to the folder "build" and run "pong-sfml"

Credits

SFML VSCode Boilerplate: https://github.com/andrew-r-king/sfml-vscode-boilerplate

About

A pong game made in SFML

License:MIT License


Languages

Language:C++ 96.7%Language:Makefile 2.5%Language:Shell 0.8%Language:C 0.0%