vampcheah / sveltekit-phaser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sveltekit-phaser

Who this repo is for

  • Are you starting a new phaser project?
  • Did you decide to check out Sveltekit?
  • Are you pulling out your hair trying to get the phaser files to load?

There were no good answers online. This repo is an attempt to save others some pain. <3

This repo is the sveltekit (TypeScript) skelton project as of 9/25/2022 with phaser and static assets loading.

Use it as an example, fork it, do whatever.

The good stuff is in src/routes/+page.svelte

If cloning and running locally

npm install
npm run dev -- --open

About

License:GNU General Public License v2.0


Languages

Language:TypeScript 42.7%Language:JavaScript 29.2%Language:Svelte 18.9%Language:HTML 9.3%