https://github.com/ananace/ld28
Ludum Dare #28 content
https://github.com/ananace/ld28
Last synced: 18 days ago
JSON representation
Ludum Dare #28 content
- Host: GitHub
- URL: https://github.com/ananace/ld28
- Owner: ananace
- License: mit
- Created: 2013-12-07T21:42:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-18T11:36:53.000Z (over 12 years ago)
- Last Synced: 2025-10-29T02:53:28.075Z (8 months ago)
- Language: C++
- Size: 619 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Run 'n Gun
==========
For Ludum Dare #28 - You only get one.
Building
--------
This game requires CMake, Boost, and SFML (SFML 2.0 should be enough, though I myself use the latest Git)
It also uses many C++11 features so a reasonably new compiler might be good too, VS 2010 and GCC 4.3 for example.
Before you start off you might want to run `git submodule update --init`, since it contains a git submodule.
Because of a small CMake file issue you need to manually set Kunlaboro_BOOST, otherwise it won't build. I might fix this before the end of Ludum Dare but don't expect it.
Running
-------
All the files in the resources folder are needed for proper gameplay, put them next to the executable you build.