• TypeScript 93.8%
  • JavaScript 2.5%
  • SCSS 2.5%
  • HTML 1.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Noah Rosenzweig 518ece3bad Version 1.0.0
2022-04-05 03:09:14 +02:00
assetDocuments Add thumbnail 2022-04-05 03:08:50 +02:00
assets Add enemy death animation 2022-04-05 01:10:48 +02:00
public Simple game over UI 2022-04-05 01:25:37 +02:00
src Update enemy death animation 2022-04-05 02:36:05 +02:00
.gitignore Add .vercel to .gitignore 2022-04-05 02:57:10 +02:00
LICENSE Add README and LICENSE 2022-04-05 02:53:40 +02:00
package.json Version 1.0.0 2022-04-05 03:09:14 +02:00
README.md Add README and LICENSE 2022-04-05 02:53:40 +02:00
thumbnail.png Add thumbnail 2022-04-05 03:08:50 +02:00
tsconfig.json Initial commit, setup ECS game framework 2022-04-02 21:10:06 +02:00
webpack.config.js Add turret spritesheet, add Sprite component rendering 2022-04-02 22:34:54 +02:00
yarn.lock Initial commit, setup ECS game framework 2022-04-02 21:10:06 +02:00

LD50 - Contagion Killer

Use your two Contagion Cannons to kill evil virus particles and delay the inevitable contagion.

Play in your browser!
Ludum Dare 50 page

Controls

WASD - Aim left turret
Arrow Keys - Aim right turret


Very unfinished game, I didn't have much time to work on it.