Skip to content

A tutorial series on the ways you can build modular game worlds using tilemaps in Phaser 3.

Notifications You must be signed in to change notification settings

Rohit3523/phaser-3-tilemap-blog-posts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tilemaps in Phaser 3

A tutorial series on the ways you can build modular game worlds using tilemaps in Phaser 3.

  • Post #1 Static Maps: link
  • Post #2 Dynamic Platformer: link
  • Post #3 Procedural Dungeon: link
  • Post #4 Meet Matter: link
  • Post #5 Matter Physics Platformer: link

Running Examples Locally

Looking to run the examples locally? Clone or download the repository. Make sure you have node installed. Open a terminal in the repository folder and run:

npm install

This will install the needed dependencies. Then you can run:

npm run serve

This will open up a browser with the examples served up.

License & Attribution

See licenses.md for the licenses & attributions for the various components of this repository - the game assets, the code examples and the blog posts themselves.

About

A tutorial series on the ways you can build modular game worlds using tilemaps in Phaser 3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.2%
  • HTML 6.8%