Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ourcade/phaser3-winter-parallax
Background parallax using TileSprites and snowfall particles in Phaser 3.50+!
https://github.com/ourcade/phaser3-winter-parallax
game-development gamedev parallax-scrolling particles phaser3 typescript
Last synced: 18 days ago
JSON representation
Background parallax using TileSprites and snowfall particles in Phaser 3.50+!
- Host: GitHub
- URL: https://github.com/ourcade/phaser3-winter-parallax
- Owner: ourcade
- License: mit
- Created: 2022-02-03T20:50:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T16:47:37.000Z (about 2 years ago)
- Last Synced: 2024-11-27T15:37:32.844Z (3 months ago)
- Topics: game-development, gamedev, parallax-scrolling, particles, phaser3, typescript
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parallax with TileSprites in Phaser 3
> Background parallax using TileSprites and snowfall particles!
![License](https://img.shields.io/badge/license-MIT-green)
## Overview
This is the example code for basic background parallax using TileSprites in Phaser 3. There's also some snowfall particles to complete the Winter theme!
🏔 [Watch the video that goes over parallax with TileSprites here.](https://youtu.be/7UlNsN0RyEE)
❄️ [Watch the video that goes over snowfall particles here.](https://youtu.be/B5fvw3J6ljw)
[Check out Ourcade for more on game development on the web!](https://ourcade.co)
## Getting Started
Clone this repository with [git using lfs](https://git-lfs.github.com/) or just download the assets in `public` manually and run:
```
npm install
npm run dev
```Then go to http://localhost:3000
This repository was bootstrapped with [Vite.js](https://vitejs.dev/).
## License
[MIT License](https://github.com/ourcade/phaser3-winter-parallax/blob/master/LICENSE)