Skip to content

andyrsmith/dungeon-crawler

Repository files navigation

Dungeon Crawler Demo

This is a dungeon crawler demo web game based off of Ouraracde tutorial video. This is not intended to be a real game just an example project.

Game is developed using PhaserJS, Typescript, and Tiled for building the levels.

Setup

install NPM at npm

Install Parcel

npm -g parcel

Install Game dependencies

npm install

Run the game

npm start

Visit http://localhost:8000

How to Play

Use arrow keys (up, down, left, right) to move.
Spacebar to attack with your sword and to open chests.
Kill the two enemies, and collect the coins in the chest. Congrats you beat the game!

Sources

Faune character: https://ansimuz.itch.io/legend-of-faune

Dungeon tileset: https://0x72.itch.io/dungeontileset-ii

Ouraracde tutorial: https://www.youtube.com/playlist?list=PLumYWZ2t7CRtgjbZK0JMoXHjebeYmT85-

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published