Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 977 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 977 Bytes

SwingGame

A 2D game with grappling hooks made for my third year project.

Follow development progress at http://timbrier.com/blogs/swinggame/

Building and Running

Mac

  1. Download SFML 2.2. Get the clang version for osx.
  2. Unpack SFML and follow the readme instructions
  3. Open the xcode project (xcode versions other than 5 not checked for support).
  4. Hit run.

Windows

  1. Download SFML 2.2. Get the Visual C++ 11 (2012) - 64 bits version.
  2. Unpack SFML anywhere you like
  3. Open the visual studio solution
  4. Update the following properties for your location of SFML
    • The path to the SFML headers (/include) in C/C++ » General » Additional Include Directories
    • The path to the SFML libraries (/lib) in Linker » General » Additional Library Directories
  5. Make sure the platform configuration is set to x64
  6. Hit build