An open API service indexing awesome lists of open source software.

https://github.com/ananace/ld32

My LD32 code
https://github.com/ananace/ld32

Last synced: about 2 months ago
JSON representation

My LD32 code

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_