Jump to content

difference between .js file and .zip file from download page


zhibo
 Share

Recommended Posts

Hi, I am new to phaser.

All tutorials told me to use phaser.min.js. But after I download phaser from github, I found that there are a lot more files (see the picture)

WX20170528-170919@2x.png.3bc6ea89fd1642d79268d95c7c0c78db.png.

Can anyone tell me the difference between clone and js??

WX20170528-170642@2x.thumb.png.a8c81e94a4a7bffade898463392c6850.png

If I just add <script type="text/javascript" src="js/phaser.min.js"></script> in my html, does it mean I'm using the full version of phaser game engine?

 

Thanks

Link to comment
Share on other sites

The js file is a compiled package, where clone, zip and tar.gz are going to offer the whole project. Which will come with builds and all the files it takes to make phaser.

So yes, linking to phaser.min.js means you are using the full version of phaser.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...