Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ourcade/phaser3-item-shop
An example of creating a Zelda-like item shop with Phaser 3.50+ and TypeScript
https://github.com/ourcade/phaser3-item-shop
example-code game-development gamedev item phaser3 zelda-like
Last synced: 4 days ago
JSON representation
An example of creating a Zelda-like item shop with Phaser 3.50+ and TypeScript
- Host: GitHub
- URL: https://github.com/ourcade/phaser3-item-shop
- Owner: ourcade
- License: mit
- Created: 2021-05-02T16:30:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T15:15:17.000Z (over 2 years ago)
- Last Synced: 2024-11-27T15:37:36.675Z (2 months ago)
- Topics: example-code, game-development, gamedev, item, phaser3, zelda-like
- Language: TypeScript
- Homepage: https://www.youtube.com/playlist?list=PLumYWZ2t7CRtuGleBI67z2IK0XYyclV5C
- Size: 50.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Visual Item Shop in Phaser 3.50+
> An example of creating a Zelda-like item shop with Phaser 3.50+ and TypeScript![License](https://img.shields.io/badge/license-MIT-green)
## Overview
This is the source code for a 3 part mini-series that goes into creating a Zelda-like item shop using Phaser 3.50 and TypeScript.
[Check out the mini-series on YouTube here.](https://www.youtube.com/playlist?list=PLNwtXgWIx3ri-Uu-whdIJjfrDOfCEFJ3u)
## Getting Started
Clone this repository with `git` and run:
```bash
npm install
npm run start
```## License
[MIT License](https://github.com/ourcade/phaser3-item-shop/blob/master/LICENSE)