All Projects → kiswa → phaser-template-tsc

kiswa / phaser-template-tsc

Licence: MIT license
A simple template project for creating Phaser games in TypeScript.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Labels

Projects that are alternatives of or similar to phaser-template-tsc

Slick Ui
Lightweight Phaser UI plugin
Stars: ✭ 184 (+513.33%)
Mutual labels:  phaser
Crypto-Car-Battle
NFT (ERC721) based HTML5 game with Crypto Payouts to the Winner.
Stars: ✭ 90 (+200%)
Mutual labels:  phaser
near-lands
Decentralized 2D multiverse project in development using NEAR protocol
Stars: ✭ 55 (+83.33%)
Mutual labels:  phaser
Phaser Project Template
🕹️ Phaser 3 - Starter Template with TypeScript and webpack.
Stars: ✭ 186 (+520%)
Mutual labels:  phaser
phaser-manifest-loader
Phaser Manifest Loader
Stars: ✭ 28 (-6.67%)
Mutual labels:  phaser
phaser3-typescript-starter-kit
This repository contains the code necessary to start making a game in Phaser 3 using TypeScript.
Stars: ✭ 94 (+213.33%)
Mutual labels:  phaser
Phaser State Transition
State transition plugin for Phaser.js
Stars: ✭ 169 (+463.33%)
Mutual labels:  phaser
uai shot
A multiplayer ship game built with Elixir, Phoenix Framework and Phaser. 🚀
Stars: ✭ 53 (+76.67%)
Mutual labels:  phaser
phaser-plugin-scene-graph
Prints the display tree. Phaser 2/CE
Stars: ✭ 32 (+6.67%)
Mutual labels:  phaser
phaser-particle-editor-plugin
This plugin creates particles based on JSON data generated by Phaser Particle Editor
Stars: ✭ 28 (-6.67%)
Mutual labels:  phaser
Navmesh
A plugin for path-finding in JS using navmeshes, with wrappers for Phaser 3 and Phaser 2
Stars: ✭ 186 (+520%)
Mutual labels:  phaser
Phaser3 Typescript Project Template
A quick-start project template that uses Phaser 3, TypeScript and Rollup for bundling
Stars: ✭ 201 (+570%)
Mutual labels:  phaser
phaser3-plugin-pathbuilder
Draw and edit Lines, Bezier Curves, Splines at runtime, explore your scene and export your paths to Phaser
Stars: ✭ 67 (+123.33%)
Mutual labels:  phaser
Phaser Ui Tools
Functions for creating a UI in Phaser. Rows, columns, viewports, scrollbars, stuff like that.
Stars: ✭ 187 (+523.33%)
Mutual labels:  phaser
phaser3-faq
A guide to Phaser 3
Stars: ✭ 69 (+130%)
Mutual labels:  phaser
Expo Phaser
Build awesome 2D games with Phaser.js and Expo
Stars: ✭ 182 (+506.67%)
Mutual labels:  phaser
dungeonz
Everything for the game Rogueworld.
Stars: ✭ 88 (+193.33%)
Mutual labels:  phaser
phaser
This is where Phaser 4 is being developed
Stars: ✭ 291 (+870%)
Mutual labels:  phaser
phaser-3-snake-game
A Phaser 3 demo project based on the "Snake Plissken" tutorial published on Phaser World #85.
Stars: ✭ 30 (+0%)
Mutual labels:  phaser
badassquest
RPG / GTA-style game engine built on top of Google Maps Javascript APIs
Stars: ✭ 26 (-13.33%)
Mutual labels:  phaser

phaser-template-tsc

A simple template project for creating Phaser (CE) games in TypeScript, using Gulp and npm for task running and SystemJS as the module loader.

This provides a basic setup to get started on a game. It includes three states (Boot, Loading, and Menu) to demonstrate the initial program flow.

Getting Started

Clone the repository where you want, enter that directory, then run npm install to install the dependencies.

To build the dist output directory, run the gulp command. You may also run gulp watch in a terminal to update the output any time a file changes.

Notes

When adding a new state to the game, edit src/game.ts to include the state.

This template includes a Loading state to preload all the assets for the game. This has a loading bar and percentage text which update automatically. Since there's nothing to load in the template, it goes to the Menu state almost instantly.

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].