Skip to content

ivanarellano/sfml-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sfml-pong

Stories in Ready

Pong in action

Dependencies

  • OpenAL32.dll library
  • FFFFORWA.TTF font

Setup

The sfml-pong source code is tested and compiled using Visual Studio 2017 and Xcode 8.3.1.

Visual Studio

  1. Download SFML 2.4.2
    • Move the library into the directory at C:\libs\SFML-2.4.2.
  2. Download the project dependencies in sfml-pong 1.0.
    • Move OpenAL32.dll and assets to the directory where your compiled executable is.
  3. Open the file sfml-pong.sln

Xcode (Changes TBD)

  • Setup SFML 2.4.2 through their instructions.
  • Download the project dependencies in sfml-pong 1.0.
    • Move OpenAL32.dll and assets to the directory where your compiled executable is.

Credits