Background parallax using TileSprites and snowfall particles!
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.
❄️ Watch the video that goes over snowfall particles here.
Check out Ourcade for more on game development on the web!
Clone this repository with git using lfs 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.