All Projects → B3L7 → Phaser3 Tilemap Pack

B3L7 / Phaser3 Tilemap Pack

Licence: mit
Phaser 3 Project Template with Webpack, Tilemap, and Asset Pack

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Phaser3 Tilemap Pack

Awesome Chrome Extension Boilerplate
Use react + typescript + webpack to enhance your chrome extension development experience
Stars: ✭ 146 (+67.82%)
Mutual labels:  webpack, boilerplate, template
Gas Clasp Starter
A starter template for Google Apps Script by clasp
Stars: ✭ 184 (+111.49%)
Mutual labels:  webpack, boilerplate, template
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (+34.48%)
Mutual labels:  webpack, boilerplate, template
Cloudflare Workers Webpack Boilerplate
A superbly simple, minimal-config template for building, bundling and deploying Cloudflare Workers with Webpack 🚀
Stars: ✭ 101 (+16.09%)
Mutual labels:  webpack, boilerplate, template
React App
Create React App with server-side code support
Stars: ✭ 614 (+605.75%)
Mutual labels:  webpack, boilerplate, template
Vue Element Starter
Vue starter with Element-UI [READY, unmaintained now]
Stars: ✭ 216 (+148.28%)
Mutual labels:  webpack, boilerplate, template
React Core Boilerplate
Powerful ASP.NET Core 3 templates with React, true server-side rendering and Docker support
Stars: ✭ 169 (+94.25%)
Mutual labels:  webpack, boilerplate, template
Suicrux
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (+1001.15%)
Mutual labels:  webpack, boilerplate, template
Phaser Ce Npm Webpack Typescript Starter Project
Project to get you started with your Phaser-CE (using the npm module) game using Typescript and Webpack for building! No hassle asset management, Google Web Font loader, live server, development vs distribution build pipeline, Electron packaging for desktop builds, and more...
Stars: ✭ 414 (+375.86%)
Mutual labels:  webpack, phaser, template
Frontend Boilerplate
An ES20XX starter with common frontend tasks using Webpack 4 as module bundler and npm scripts as task runner.
Stars: ✭ 224 (+157.47%)
Mutual labels:  webpack, boilerplate, template
Secure Electron Template
The best way to build Electron apps with security in mind.
Stars: ✭ 623 (+616.09%)
Mutual labels:  webpack, boilerplate, template
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-63.22%)
Mutual labels:  webpack, boilerplate, template
React Native Template Typescript
👾 Clean and minimalist React Native template for a quick start with TypeScript.
Stars: ✭ 1,148 (+1219.54%)
Mutual labels:  boilerplate, template
App Template
Boilerplate for Angular apps
Stars: ✭ 67 (-22.99%)
Mutual labels:  webpack, boilerplate
Boilr
⚡️ boilerplate template manager that generates files or directories from template repositories
Stars: ✭ 1,268 (+1357.47%)
Mutual labels:  boilerplate, template
Eleventy Webpack
A barebone Eleventy and Webpack boilerplate 🎈
Stars: ✭ 68 (-21.84%)
Mutual labels:  webpack, template
Firebird
Template for Phoenix 1.3 projects
Stars: ✭ 66 (-24.14%)
Mutual labels:  boilerplate, template
Jolly
Production ready boilerplate for hapi.js
Stars: ✭ 68 (-21.84%)
Mutual labels:  webpack, boilerplate
Flask React Boilerplate
Simple boilerplate for a Flask backend and React client
Stars: ✭ 69 (-20.69%)
Mutual labels:  webpack, boilerplate
Starter Lapis
Cutting edge starter kit
Stars: ✭ 72 (-17.24%)
Mutual labels:  webpack, boilerplate

Phaser 3 Tilemap & File Pack Project Template

Screenshot

A Phaser 3 Project Template with Webpack, Tilemap, and File Pack. This template was created to illustrate the conecept of having a single Level Class (Extended from the Scene Class) which generates the game level from dynamically loaded tilemaps.

Try the demo!

Requirements

We need Node.js to install and run scripts.

Tiled needed to make and edit tilemaps.

Littera to make bitmap font.

Leshy Spritetool used to make atlas.

Tile Extruder to extrude tileset and prevent bleed.

Install and run

Command Description
npm install Install project dependencies
npm start Build project and open web server running project
npm run build Builds code bundle with production settings (minification, uglification, etc..)

References

Based on Project Template by Richard Davey: Phaser 3 Webpack Project Template

and

Generic Platformer and Phaser Bootstrap Project

Graphics and Sound

16x16 Fantasy tileset

Generic 8-bit JRPG Soundtrack

512 Sound Effects (8-bit style)

Minecraft Font

Change Log

Version 1.2.1 - May 22, 2019

  • Fireballl collision fix

Version 1.2.0 - May 21, 2019

  • Upgrade to Phaser 3.17.0
  • Implemented pools for player and enemy fireballs
  • Added scaling to game config
  • Updated to babel and webpack 4 to be in line with Phaser 3 Webpack Project Template

Version 1.1.0 - September 6, 2018

  • Upgrade to Phaser 3.12.0
  • Minor fixes for 3.12 compatibility
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].