spinnerbox Posted January 16, 2020 Share Posted January 16, 2020 (edited) Hello. I recently visited this site and when I downloaded the Phaser Github repo, I found that it is not version 2.6.2 but it was version 3. But ok, that is not the worst problem. When I cloned the repo, the docs folder weren't downloaded. I also found that in that .eslintignore file, there was a line docs/* which of course means, ignore the docs folder. Also another strange thing is, when I cloned the repo, in my local repository of Phaser, the file .eslintignore didn't contain the line docs/* which is what the hell. Do I need to build Phaser or docs in order to have them. But I already run npm install npm run lint npm run build which only built Phaser. It didn't generate docs, what the hell. Some tricks going on. How do i get the docs? Also should I upgrade my Phaser 2.6 games to Phaser 3? Are they very different from each other? Edited January 16, 2020 by spinnerbox Link to comment Share on other sites More sharing options...
rich Posted January 16, 2020 Share Posted January 16, 2020 Phaser 3 repo is at https://github.com/photonstorm/phaser Phaser 3 Docs are at https://github.com/photonstorm/phaser3-docs If you clone the repo, the docs are in the 'docs' folder. eslintignore is nothing to do with docs. It's to do with what gets lint checked. However, there is no eslint file in the docs repo. There's also no 'npm build' command either, so you were looking in a different repo. Phaser 2 repo is at https://github.com/photonstorm/phaser-ce Phaser 2 docs are in the docs folder of that repo. spinnerbox 1 Link to comment Share on other sites More sharing options...
spinnerbox Posted January 17, 2020 Author Share Posted January 17, 2020 Yes, didn't know that, Phaser 2.6 turned into Phaser Community Edition. I have the docs now. Should I upgrade Phaser 2.6.2 to Phaser 2.7.0? Are they very different? Link to comment Share on other sites More sharing options...
rich Posted January 18, 2020 Share Posted January 18, 2020 It split into Phaser CE 4 years ago. 2.13.3 is the latest version of CE. No, they're not very different. Link to comment Share on other sites More sharing options...
Recommended Posts