Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cvan/dt2
Dead Trigger 2
https://github.com/cvan/dt2
Last synced: 2 months ago
JSON representation
Dead Trigger 2
- Host: GitHub
- URL: https://github.com/cvan/dt2
- Owner: cvan
- Created: 2014-10-07T02:10:10.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-01-10T22:23:43.000Z (about 2 years ago)
- Last Synced: 2024-12-09T14:58:07.819Z (2 months ago)
- Language: JavaScript
- Homepage: https://dt2.cvan.io/
- Size: 31.2 MB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/).