Table of Contents
This project was created with the aim of discovering and learning how to use the Phaser library in web game development by creating a dungeon procedural game.
- Javascript is used as the main language
- Phaser is used as opersource 2D game engine
To get a local copy up and running follow these simple example steps.
Some utils need to be installed in order to use the software. This is how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/adribasterra/Phaser-game.git
- Install NPM packages
npm install
- Open project with /index.html