template-svelte icon indicating copy to clipboard operation
template-svelte copied to clipboard

A Phaser 3 project template that combine Svelte with TypeScript and uses Vite for bundling

Results 3 template-svelte issues
Sort by recently updated
recently updated
newest added

Hello! This is great, but I noticed it's actually SvelteKit. Is it possible to provide a Svelte-only version? Thank you! :)

I have no idea what is causing this but when I start my game like in the template using `StartGame` from a svelte component, the scenes get messed up and...

I am developing a gaming website using SvelteKit and Phaser.js, where users can play multiple 2D games. Each game should have its own assets (images, sounds, etc.) and be accessible...