A 2D game with grappling hooks made for my third year project.
Follow development progress at http://timbrier.com/blogs/swinggame/
- Download SFML 2.2. Get the clang version for osx.
- Unpack SFML and follow the readme instructions
- Open the xcode project (xcode versions other than 5 not checked for support).
- Hit run.
- Download SFML 2.2. Get the Visual C++ 11 (2012) - 64 bits version.
- Unpack SFML anywhere you like
- Open the visual studio solution
- 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
- Make sure the platform configuration is set to x64
- Hit build