Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)