yerasyla / phaser3-dungeon-crawler-starter

A starter project for creating a Dungeon Crawler with Phaser 3

Home Page:https://ourcade.co/templates/dungeon-crawler-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dungeon Crawler Starter

A starter project for creating a Dungeon Crawler with Phaser 3

License

Overview

This is a Dungeon Crawler game starter project for the Phaser game framework.

The code corresponds to an 8 part series on YouTube demonstrating how it was made.

Check out the playable demo here.

Getting Started

Clone this repository with git-lfs and run:

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.

Credits

The tiles and lizard enemy are from Dungeon Tileset II.

Hero character is from Legend of Faune.

License

MIT License

About

A starter project for creating a Dungeon Crawler with Phaser 3

https://ourcade.co/templates/dungeon-crawler-starter

License:MIT License


Languages

Language:TypeScript 99.2%Language:HTML 0.8%