Framework Phaser
Introdução ao Framework Phaser
O Phaser é um ótimo e sólido framework open source para a criação da jogos web e mobile em HTML5 e que usa JavaScript. Tem uma forte comunidade em torno dele e bons plugins, além de uma boa documentação e exemplos em seu site.
Site oficial - http://phaser.io/
Alguns Recursos do site:
Novidades - http://phaser.io/news
Últimas Novidades - http://phaser.io/
Documentação
API Documentation - http://phaser.io/docs
Getting Started - http://phaser.io/tutorials/getting-started
Making your first game - http://phaser.io/tutorials/making-your-first-phaser-game
Official Tutorials - http://phaser.io/learn/official-tutorials
Vídeos - http://phaser.io/news/category/video
Community Tutorials - http://phaser.io/learn/community-tutorials
Online Code Editor - http://phaser.io/sandbox
Search Docs - http://phaser.io/learn/chains
Phaser 3 Labs - http://phaser.io/labs
Code Examples - http://phaser.io/examples
Jogos publicados - http://phaser.io/news/category/game
Books and Plugins - http://phaser.io/shop
Encontros - http://phaser.io/news/category/meetup
Conferências - http://phaser.io/news/category/conference
Livros - http://phaser.io/shop/books
Plugins - http://phaser.io/shop/plugins
Cursos - http://phaser.io/shop/courses/zenva
Suporte premiun - http://phaser.io/shop/premium-support
Download - http://phaser.io/download
Clone - https://github.com/photonstorm/phaser/tree/v2.4.6
js - https://github.com/photonstorm/phaser/releases/download/v2.4.6/phaser.js
min.js - https://github.com/photonstorm/phaser/releases/download/v2.4.6/phaser.min.js
zip - https://github.com/photonstorm/phaser/archive/v2.4.6.zip
tar.gz - https://github.com/photonstorm/phaser/archive/v2.4.6.tar.gz
Iniciando
Faça o download, veja acima
Iniciando em JavaScript - http://phaser.io/tutorials/getting-started/index
Iniciando com TypeScript - http://phaser.io/tutorials/how-to-use-phaser-with-typescript
Criando projeto nas Nuvens - http://phaser.io/tutorials/getting-started/part3
JSBin - http://jsbin.com/
codepen - http://codepen.io/
JSFiddle - https://jsfiddle.net/
Cloud9 - https://c9.io/
Sandbox - http://phaser.io/sandbox
Exemplos online - http://phaser.io/examples
Publicar - http://phaser.io/news/category/game
Para começar criando jogos com o Phaser é importante criar um servidor web localmente, tendo em vista a exigência de alguns jogos, ou melhor, a exigência de segurança por parte dos navegadores. O Xampp.sf.net é uma boa alternativa.
Novidades da versão 2.4.6 - http://phaser.io/download/stable
Logo - http://phaser.io/download/logo
Arquivo de Versões - http://phaser.io/download/archive
Comunidade
Receber newsletter - http://phaser.io/community/newsletter
Forum - http://phaser.io/community/forum
Twitter - http://phaser.io/community/twitter
Canal de IRC - http://phaser.io/community/irc
Cursos de Phaser no Udemy
https://www.udemy.com/courses/search/?ref=home&src=ukw&q=phaser&sort=price-low-to-high
Ferramentas offline
Notepad++
gedit
Sublime Text
Intel XDK
WebStorm
VisualStudio para TypeScript
Brackets
Download
http://phaser.io/download/stable
Instalar servidor web local
E usar no servidor
HelloWorld
https://github.com/photonstorm/phaser/raw/master/resources/tutorials/01%20Getting%20Started/hellophaser.zip
Exemplos online
http://phaser.io/examples
Para download
https://github.com/photonstorm/phaser-examples
Criando Primeiro Jogo
http://phaser.io/tutorials/making-your-first-phaser-game
Tutoriais e Documentação
http://phaser.io/learn
http://phaser.io/tutorials/getting-started
http://phaser.io/learn/official-tutorials
http://phaser.io/learn/community-tutorials
Editor de Código Online
http://phaser.io/sandbox
Forum
https://groups.google.com/d/forum/phaser3-dev
Gerando Build dos Jogos do Phaser
Existem algumas alternativas simples para gerar o build, ou seja, criar um APK, por exemplo, dos exemplos do Phaser. As duas melhores que conheço são o Phonegap e o Monaca.
Basta criar um projeto com um deles e adaptar o fonte do Phaser para o projeto e depois efetuar o build.
Veja aqui na seção de exemplos do Phaser. Foi assim que usei o Breakout do Phaser e gerei o build com o Phonegap.
Livro de Phaser para ler Online
Phaser.js Game Design Workbook - https://leanpub.com/phaserjsgamedesignworkbook/read
Multi-platform Games with PhaserJS
http://createdineden.com/blog/post/multi-platform-games-with-phaserjs/
Intro To Phaser Part 1: Setting Up Your Dev Environment and Phaser - Em 3 partes
https://developer.amazon.com/blogs/post/Tx1NQ9QEA4MWGTY/Intro-To-Phaser-Part-1-Setting-Up-Your-Dev-Environment-and-Phaser
Comments fornecido por CComment