gitextract_hjnyx861/ ├── .eslintrc ├── .github/ │ └── workflows/ │ └── pr_release.yaml ├── .gitignore ├── LICENSE ├── README.md ├── babel.config.js ├── components/ │ ├── Alien.ts │ ├── AlienBullet.ts │ ├── Bullet.ts │ ├── ClusterPage.tsx │ ├── Game.tsx │ ├── Invaders.ts │ ├── Particle.ts │ ├── Player.ts │ └── PlayerBullet.ts ├── main.ts ├── package.json ├── renderer.tsx ├── tsconfig.json └── webpack.config.js