ryangiordano / aris-infinite-dungeon

An iteration on Lozone RPG, starring everyone's favorite baby: Aris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phaser 3 Boilerplate with Utilities.

Dependencies GitHub issues GitHub stars Contributions welcome Code style: prettier GitHub licence

Phaser 3 and TypeScript

Phaser is a wonderful, fast and free open source HTML5 game framework. Here you will find everything you need to develop games with Phaser 3 in TypeScript. Have fun discovering, developing and playing! Ideas and corrections are highly desirable to constantly improve this repository!

Getting started

Prerequisites

Download and install npm with Node.js @ https://nodejs.org/en

Installing

Select a folder, navigate to it, and clone this repository with this command-line:

git clone https://github.com/digitsensitive/phaser3-typescript.git

Install the dependencies with this command-line:

npm install

Building and Running

Perform a quick build (bundle.js) and start server:

npm start

External Resources

Helpful tools

TypeScript Configuration

tsconfig.json

The following Compiler Options have been set in the tsconfig.json file:

Option Value
target ES2016
module CommonJS
sourceMap true
noImplicitAny true [WIP]
strict true [WIP]

You can see the complete list of the available options at here. Interesting read about setting up a nodejs-project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

An iteration on Lozone RPG, starring everyone's favorite baby: Aris

License:MIT License


Languages

Language:TypeScript 93.2%Language:CSS 4.1%Language:JavaScript 1.6%Language:HTML 1.1%