Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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+!

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)