Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ourcade/phaser3-dungeon-crawler-starter
A starter project for creating a Dungeon Crawler with Phaser 3
https://github.com/ourcade/phaser3-dungeon-crawler-starter
dungeon-crawler game-development phaser3 starter-project typescript
Last synced: about 2 months ago
JSON representation
A starter project for creating a Dungeon Crawler with Phaser 3
- Host: GitHub
- URL: https://github.com/ourcade/phaser3-dungeon-crawler-starter
- Owner: ourcade
- License: mit
- Created: 2020-05-09T15:29:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T15:06:56.000Z (over 2 years ago)
- Last Synced: 2023-03-06T08:22:06.318Z (almost 2 years ago)
- Topics: dungeon-crawler, game-development, phaser3, starter-project, typescript
- Language: TypeScript
- Homepage: https://ourcade.co/templates/dungeon-crawler-starter
- Size: 3.23 MB
- Stars: 75
- Watchers: 4
- Forks: 49
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Dungeon Crawler Starter
> A starter project for creating a Dungeon Crawler with Phaser 3![License](https://img.shields.io/badge/license-MIT-green)
## Overview
This is a Dungeon Crawler game starter project for the Phaser game framework.
[The code corresponds to an 8 part series on YouTube](https://www.youtube.com/playlist?list=PLNwtXgWIx3rgjHV9CUkPxHatABxScRynC) demonstrating how it was made.
[Check out the playable demo here](https://ourcade.co/templates/dungeon-crawler-starter).
## Getting Started
Clone this repository with `git-lfs` and run:
```bash
npm install
npm run start
```If you don't have `git-lfs` installed then get it here: https://git-lfs.github.com
All the image and audio files in this repository is stored with `git-lfs`. Alternatively you can [download a zip from latest release here](https://github.com/ourcade/phaser3-dungeon-crawler-starter/releases/tag/latest).
## Credits
The tiles and lizard enemy are from [Dungeon Tileset II](https://0x72.itch.io/dungeontileset-ii).
Hero character is from [Legend of Faune](https://ansimuz.itch.io/legend-of-faune).
## License
[MIT License](https://github.com/ourcade/phaser3-dungeon-crawler-starter/blob/master/LICENSE)