OttoRobba Posted October 30, 2014 Share Posted October 30, 2014 Hey folks, I made a new tutorial on how to make characters invulnerable in Phaser http://invrse.co/making-a-character-invincible Link to comment Share on other sites More sharing options...
Tuan Posted October 30, 2014 Share Posted October 30, 2014 Hey fariazz, is your site down? not able to access the link given in your post!? Look like he posted the wrong link http://html5hub.com/how-to-make-a-sidescroller-game-with-html5/ fariazz 1 Link to comment Share on other sites More sharing options...
fariazz Posted November 10, 2014 Share Posted November 10, 2014 Hey fariazz, is your site down? not able to access the link given in your post!?I had the wrong URL. it's fixed now. (it's not my site btw, it was a guest post) Tuan 1 Link to comment Share on other sites More sharing options...
Eray Aydın Posted November 16, 2014 Share Posted November 16, 2014 Thanks for the list! Its would be great! I think, the list must be in this post. Not in lessmilk.com/phaser-tutorial/ Link to comment Share on other sites More sharing options...
catch Posted November 17, 2014 Share Posted November 17, 2014 Hi.Phaser is great tool for my project and I like "Tutorial: Making your first Phaser game".I translated it to Japanese. check it!http://www.catch.jp/wiki/index.php?phaser%2Ftutorial_01 Link to comment Share on other sites More sharing options...
catch Posted November 22, 2014 Share Posted November 22, 2014 Hi,All. Do you read Japanese? I wrote new tutorial enhanced "Making your first Phaser game". http://www.catch.jp/wiki/index.php?phaser%2Ftutorial_02 This example is enchanced some points like these.change rule of game and add time limitadd Main menu.use Basic project templates.add soundsIf you don't read Japanese, please check demo and source code. demo http://www.catch.jp/program/phaser/002/index.htmlsource https://github.com/ycatch/games-phaser-jumping-dude regards Tuan 1 Link to comment Share on other sites More sharing options...
dss Posted November 24, 2014 Share Posted November 24, 2014 Heres a tutorial I wrote on 3D mixins with Three and Phaser Tuan 1 Link to comment Share on other sites More sharing options...
klg Posted November 28, 2014 Share Posted November 28, 2014 This is a great list for beginners. Thanks for taking the time to create it.I have recently started learning Phaser and this list very helpful. Link to comment Share on other sites More sharing options...
deletedacc Posted December 3, 2014 Share Posted December 3, 2014 Just people are aware, there are alot of videos on lynda... http://www.lynda.com/Phaser-tutorials/HTML5-Game-Development-Phaser/163641-2.html?srchtrk=index:1%0Alinktypeid:2%0Aq:phaser%0Apage:1%0As:relevance%0Asa:true%0Aproducttypeid:2 Link to comment Share on other sites More sharing options...
OttoRobba Posted December 10, 2014 Share Posted December 10, 2014 I just released a tutorial for creating a menu screen with pointer tracking (think Chrono Trigger or Final Fantasy)! http://invrse.co/create-menu-screen-in-phaser/ mattferndale and Tuan 2 Link to comment Share on other sites More sharing options...
fariazz Posted December 13, 2014 Share Posted December 13, 2014 Hey guys! Just published a new Phaser tutorial at the HTML5 Hub which also uses some basic Cordova API and the Intel XDK: http://html5hub.com/how-to-make-a-mobile-virtual-pet-game-with-html5-and-cordova/ Hope you like it! TNelson and Tuan 2 Link to comment Share on other sites More sharing options...
dss Posted December 18, 2014 Share Posted December 18, 2014 This is still definitely a work in progress but as far as I can tell there hasn't been a lot done with voxels in phaser. voxel heightmap rendering: http://digitalsynapsesoftware.blogspot.com/2014/12/getting-old-school-with-voxels-in-phaser.html Link to comment Share on other sites More sharing options...
bryanbibat Posted December 22, 2014 Share Posted December 22, 2014 To celebrate my Phaser tutorial mini-book's entry to the Leanpub's lifetime bestsellers list, and as my holiday gift of thanks to those that bought and downloaded it, I did a quick and dirty video walkthrough of the main chapters of the book: https://www.youtube.com/playlist?list=PL0mVjsUoElSGbxaNmkOW6ZxwPcQm-_hwl The videos can also be downloaded by getting the book at Leanpub. Link to comment Share on other sites More sharing options...
shmikucis Posted January 15, 2015 Share Posted January 15, 2015 I've created a dungeon explorer mini game tutorial. This covers creating levels in MightyEditor and then switching them in JavaScript code. Tutorial has very basic stuff but enough to start your own dungeon game. Link to comment Share on other sites More sharing options...
Serapth Posted January 15, 2015 Share Posted January 15, 2015 I put together a video tutorial that shows how to create a complete game using Phaser and Typescript. It includes all the assets, Blend files to make them, source, etc... http://www.gamefromscratch.com/post/2015/01/15/A-complete-HTML5-game-from-scratch-using-Phaser-video-tutorial.aspx Or direct on YouTube: Part One - Part Two - Link to comment Share on other sites More sharing options...
Pedro Alpera Posted February 10, 2015 Share Posted February 10, 2015 Hi, I have started a little project about small games. You can download the source code, first one is a jigsaw puzzle. http://theusualsuspects.pedroalpera.com Link to comment Share on other sites More sharing options...
Tom Atom Posted February 10, 2015 Share Posted February 10, 2015 Hi, I wrote small tutorial on wrapping bitmap text. Actually it presents TextWrapper helper class that can wrap text to fit into given width and height and also splits it into pages if text is long: http://sbcgamesdev.blogspot.cz/2015/02/phaser-tutorial-how-to-wrap-bitmap-text.html Link to comment Share on other sites More sharing options...
Retronalle Posted March 6, 2015 Share Posted March 6, 2015 Got bored, forked phaser-examples and came up with phaser-examples-typescript. In progress of writing all the examples in TypeScript. EDIT #1: It would actually help A LOT if I rememberd to drop in the actual URL for the repository.. Here you go guys: https://github.com/mikaturunen/phaser-examples-typescript/ Currently written all examples under Arcade Physics, Audio and Animations examples into TypeScript. The examples are not available online like the JavaScript versions are but you can git clone / download the repo and run it locally with the normal README.md instructions provided (grunt connect). The TypeScriptified examples show the TypeScript in the code block on the example view. Coming in the next few releases:Going through the listed issues (writing on set of examples after another one)Proper TypeScript syntax highlight for the code block on the examples website with prism.jsOther tids and bits...Open for suggestions Link to comment Share on other sites More sharing options...
Tom Atom Posted April 11, 2015 Share Posted April 11, 2015 I just finished tutorial on adding and loading custom properties to atlas frames: http://sbcgamesdev.blogspot.com/2015/04/phaser-tutorial-sprites-and-custom.html It also describes how to easily create groups / sprites hierarchy with help of these properties. In tutorial Mr. Apple (image below) is created Link to comment Share on other sites More sharing options...
Tom Atom Posted April 14, 2015 Share Posted April 14, 2015 Just added another Phaser tutorial. This time it is about creating custom easing functions and how to parametrize them: http://sbcgamesdev.blogspot.cz/2015/04/phaser-tutorial-custom-easing-functions.html Link to comment Share on other sites More sharing options...
Tom Atom Posted May 2, 2015 Share Posted May 2, 2015 First part of small series on creating simple Phaser game called DronShooter: http://sbcgamesdev.blogspot.com/2015/05/phaser-tutorial-dronshooter-simple-game.html Link to comment Share on other sites More sharing options...
Tom Atom Posted May 9, 2015 Share Posted May 9, 2015 Added Part 2 of DronShooter tutorial: http://sbcgamesdev.blogspot.com/2015/05/phaser-tutorial-dronshooter-simple-game_9.html Link to comment Share on other sites More sharing options...
loafer Posted May 11, 2015 Share Posted May 11, 2015 I wrote a short tutorial about implementing circular bullet waves. You can find it here: http://loafer-project.com/blog/circle-bullet-pattern-in-phaser/ Link to comment Share on other sites More sharing options...
Tom Atom Posted May 23, 2015 Share Posted May 23, 2015 Added final Part 3 of DronShooter tutorial: http://sbcgamesdev.blogspot.cz/2015/05/phaser-tutorial-dronshooter-simple-game_23.html Link to comment Share on other sites More sharing options...
fubeca6 Posted May 26, 2015 Share Posted May 26, 2015 Hey LessMilk, You can add my Randomly-Generated Dungeon Tutorial, found here: http://perplexingtech.weebly.com/blog/a-random-dungeon-generator-for-phaserjs Link to comment Share on other sites More sharing options...
Recommended Posts