feldhaus / phaser-sample-games

Sample games developed with Phaser3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phaser Sample Games

Contributions welcome Code style: prettier GitHub licence

Examples made by Maicon Feldhaus
Framework created by Photonstorm

Here you will find some games developed with Phaser3 in TypeScript. 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 run dev

Sample Games

Sokoban

ZHED

KnightFall (WIP)

Sudoku (WIP)

About

Sample games developed with Phaser3.

License:MIT License


Languages

Language:TypeScript 96.7%Language:JavaScript 2.6%Language:HTML 0.6%Language:Shell 0.1%