https://github.com/ananace/ld32
My LD32 code
https://github.com/ananace/ld32
Last synced: about 2 months ago
JSON representation
My LD32 code
- Host: GitHub
- URL: https://github.com/ananace/ld32
- Owner: ananace
- License: mit
- Created: 2015-04-13T13:06:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-19T12:43:11.000Z (about 11 years ago)
- Last Synced: 2025-01-06T04:41:36.803Z (over 1 year ago)
- Language: C++
- Size: 441 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
Ludum Dare #32 - An Unconventional Weapon
==============
Here's the code for my LD32 entry, a twin-stick shouter.
## Fallacies, TD
Dependencies
------------
- Angelscript 2.30.0
- SFML - 2.2
Building
-----
Note that you need to update submodules before you can build;
`git submodule update --init`
On Linux:
$ mkdir build
$ cd build
$ cmake ..
$ make
On Windows:
Create your build directory, set up using cmake, compile with Visual Studio 2012+
Running
-------
_TODO_