Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cvan/dt2

Dead Trigger 2
https://github.com/cvan/dt2

Last synced: 2 months ago
JSON representation

Dead Trigger 2

Awesome Lists containing this project

README

        

# DT2

![](dt2-promo.png)

Dead Trigger 2 is a 2013 multi-platform first-person shooter by [Madfinger Games](http://www.madfingergames.com/).

This is a local copy of Dead Trigger 2 made with Unity 5's Web Player exported to WebGL using [Emscripten](https://github.com/kripken/emscripten).

[__Play now!__](http://cvan.io/DT2/)

## Controls

`W`/`A`/`S`/`D` (or arrow keys) to walk, mouse to look, `Q` to switch weapons, `Tab` to switch to meleé combat, and `1`/`2`/`3` for special powers.

## Usage

Serve the files from a simple web server.

If you don't have one, create one:

python -m SimpleHTTPServer

Then load [http://localhost:8000/](http://localhost:8000/).