Sample project that recreates the game "space invaders" using Phaser3 and Capacitor. This project has been developed to practice our skills with the tech stack:
Technologies: Phaser3, Capacitor, TypeScript, Webpack.
npm install
npx cap init
npm run dev
npm run build
npx cap add ios
npx cap add android
npm run build
npx cap open ios
npx cap open android