All Projects → ourcade → phaser3-dungeon-crawler-starter

ourcade / phaser3-dungeon-crawler-starter

Licence: MIT license
A starter project for creating a Dungeon Crawler with Phaser 3

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to phaser3-dungeon-crawler-starter

7days Golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
Stars: ✭ 9,275 (+13342.03%)
Mutual labels:  starter-project
genie
BBC Genie Games Framework
Stars: ✭ 23 (-66.67%)
Mutual labels:  phaser3
laravel-startkit
Laravel Admin Dashboard, Admin Template with Frontend Template, for scalable Laravel projects. It is to save your time when You start with new scalable Laravel projects with many features Bootstrap, cooreui, infyom admin Generator, roles and permissions, translatable models, spatie media and much more
Stars: ✭ 55 (-20.29%)
Mutual labels:  starter-project
Angular Ngrx Material Starter
Angular, NgRx, Angular CLI & Angular Material Starter Project
Stars: ✭ 2,623 (+3701.45%)
Mutual labels:  starter-project
slaytheweb
Slay the Web is a singleplayer, deck builder, roguelike card crawl game for the web based on Slay the Spire
Stars: ✭ 57 (-17.39%)
Mutual labels:  dungeon-crawler
space-commit
The game where contributors become literal heroes! 🏆 Winner of the GitHub Actions Hackathon 2021
Stars: ✭ 37 (-46.38%)
Mutual labels:  phaser3
aoc-kotlin-starter
Starter template for solving Advent of Code in Kotlin
Stars: ✭ 15 (-78.26%)
Mutual labels:  starter-project
react-typescript-material-ui-with-auth-starter
React + Material UI + Auth starter using TypeScript
Stars: ✭ 27 (-60.87%)
Mutual labels:  starter-project
starfall-phaser3-typescript
A tiny game written on Phaser 3 on Typescript
Stars: ✭ 52 (-24.64%)
Mutual labels:  phaser3
sass-starter-pack
Sass starter files using Gulp v4.0.0 🔥
Stars: ✭ 34 (-50.72%)
Mutual labels:  starter-project
msx-rpg
A Dungeon Crawler for the MSX2
Stars: ✭ 40 (-42.03%)
Mutual labels:  dungeon-crawler
Axes-Armour-Ale
A fantasy, ASCII dungeon crawler for Windows, Linux & OSX
Stars: ✭ 22 (-68.12%)
Mutual labels:  dungeon-crawler
phaser3-faq
A guide to Phaser 3
Stars: ✭ 69 (+0%)
Mutual labels:  phaser3
Apiato
PHP Framework for building scalable API's on top of Laravel.
Stars: ✭ 2,564 (+3615.94%)
Mutual labels:  starter-project
shooterGame
This project is about a platform/shooter game created with Phaser JS to learn the basic structure of Phaser
Stars: ✭ 13 (-81.16%)
Mutual labels:  phaser3
Laravel Boilerplate
The Laravel Boilerplate Project - https://laravel-boilerplate.com - For Slack access, visit:
Stars: ✭ 5,239 (+7492.75%)
Mutual labels:  starter-project
phaser3-typescript-starter-kit
This repository contains the code necessary to start making a game in Phaser 3 using TypeScript.
Stars: ✭ 94 (+36.23%)
Mutual labels:  phaser3
nest-typescript-starter
Nest framework TypeScript starter (node.js)
Stars: ✭ 35 (-49.28%)
Mutual labels:  starter-project
phaser-3-vsc-typescript-nodejs
Template for a new Phaser 3 project with Visual Studio Code, TypeScript, and Node.js.
Stars: ✭ 18 (-73.91%)
Mutual labels:  phaser3
infinite-jumper-template-phaser3
Starting point template source code from Infinite Jumper in Phaser 3 in Modern JavaScript book.
Stars: ✭ 46 (-33.33%)
Mutual labels:  phaser3

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].