https://github.com/speps/tt
Torus Trooper - reboot of the original shooter game by Kenta Cho (circa 2004)
https://github.com/speps/tt
d game shooter webassembly webgl
Last synced: 10 months ago
JSON representation
Torus Trooper - reboot of the original shooter game by Kenta Cho (circa 2004)
- Host: GitHub
- URL: https://github.com/speps/tt
- Owner: speps
- Created: 2020-07-12T10:26:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T00:04:43.000Z (about 5 years ago)
- Last Synced: 2025-03-31T05:22:44.071Z (11 months ago)
- Topics: d, game, shooter, webassembly, webgl
- Language: C
- Homepage: https://torustrooper.xyz
- Size: 37.8 MB
- Stars: 63
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-emscripten - Torus Trooper
README
# Torus Trooper (Reboot)
This is a reboot of the original Torus Trooper by Kenta Cho (circa 2004), all from original source code and assets into a WebAssembly version. Originally written in D v0.110, recompiled for D v2.093 using LDC 1.23 targeting the WASM backend.
Click image to open the playable online version:
[](https://torustrooper.xyz)
## Making of
* [Part 1 - Compiling a new executable](https://speps.fr/articles/torus-trooper-part1)
* [Part 2 - Running the game for the first time](https://speps.fr/articles/torus-trooper-part2)
* [Part 3 - Porting to WebAssembly](https://speps.fr/articles/torus-trooper-part3)
* [Part 4 - Final steps](https://speps.fr/articles/torus-trooper-part4)