Skip to content

tinawebdev/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong

A simple Pong game written in C++ with SFML.

Requirements

  • C++14
  • SFML (x32 version)

Install Game

  • Open Terminal and change the current working directory to the location where you want the cloned directory to be made.
  • Download the repository using the instruction.
  • To compile and run it requires SFML already installed. Steps can be found here.

How to build in Visual Studio

After opening the project, go to "Project -> Properties...":

  • Select "All configurations" in "Configuration" section;
  • In "C/C++ -> General -> Additional include directories" section append the "include" directory of SFML library;
  • In "Linker -> General -> Additional library directories" section append the "lib" directory of SFML library;
  • Select Debug in Configuration section;
  • At the beginning of the "Linker -> Input -> Additional dependencies" section append the string:
sfml-graphics-d.lib;sfml-window-d.lib;sfml-system-d.lib;sfml-network-d.lib;sfml-audio-d.lib;

About

🕹️ Small retro game using C++ and SFML

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages