Skip to content

Bukarinov/phaser-3-tilemap-blog-posts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tilemaps in Phaser 3

An in-progress series on Tilemaps in Phaser 3.

  • Post #1 Static Maps: link
  • Post #2 Dynamic Platformer: link
  • Post #3 Procedural Dungeon: 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.

About

In progress series on Tilemaps in Phaser 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.6%
  • HTML 5.4%