Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T00:04:43.000Z (almost 4 years ago)
- Last Synced: 2023-03-22T22:22:31.106Z (almost 2 years ago)
- Topics: d, game, shooter, webassembly, webgl
- Language: C
- Homepage: https://torustrooper.xyz
- Size: 37.8 MB
- Stars: 57
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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:
[![Click to play!](https://raw.github.com/speps/tt/master/web/tt.jpg)](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)