https://github.com/ananace/ld37
Ludum Dare #37
https://github.com/ananace/ld37
Last synced: about 1 month ago
JSON representation
Ludum Dare #37
- Host: GitHub
- URL: https://github.com/ananace/ld37
- Owner: ananace
- License: mit
- Created: 2016-12-04T20:26:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-11T20:07:31.000Z (over 9 years ago)
- Last Synced: 2025-11-15T05:47:01.569Z (8 months ago)
- Language: C++
- Size: 189 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ludum Dare #37 goes here
====
Theme not yet released, just framework building for the moment.
Requirements
----
SFML 2.4+
Angelscript 2.31+
A recent compiler supporting C++11/14
Instructions
---
### Linux:
Building:
```
$ mkdir build
$ cd build
$ cmake ..
$ make
```
Running:
```
$ build/bin/LD37
```
### Windows:
Generate VS solutions with CMake. (Only tested with Visual Studio 2015.)
Set `Debugging -> Working Directory` to `$(SolutionDir)..` for the LD37 Project.