https://github.com/mattjennings/svelte-platformer-snowpack
The svelte-phaser platformer example using snowpack
https://github.com/mattjennings/svelte-platformer-snowpack
Last synced: 25 days ago
JSON representation
The svelte-phaser platformer example using snowpack
- Host: GitHub
- URL: https://github.com/mattjennings/svelte-platformer-snowpack
- Owner: mattjennings
- Created: 2020-05-20T17:16:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T17:19:05.000Z (about 5 years ago)
- Last Synced: 2025-04-08T19:31:49.676Z (2 months ago)
- Language: HTML
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Platformer
> ✨ Bootstrapped with Create Snowpack App (CSA).
You can open public/assets/tilemap.json with Tiled to edit the tilemap.
## Asset Credits
Adventurer sprite is from [rvos](https://rvros.itch.io/)
Tileset from [RottingPixels](https://rottingpixels.itch.io/castle-platformer-tileset-16x16free)
## Available Scripts
### npm start
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### npm test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.### npm run build
Builds the app for production to the `build/` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!