I haven’t found anything that can convert GLSL code to fragment source used by Phaser so I’ve created my own tool.
Continue reading GLSL converter to fragment source (usable by Phaser)Category: Gamedev
Everything connected to creating games.
Episode 5: Structure
Projects may vary on size. Here is gradation of Phaser projects and best practices to work with different type of games. Continue reading Episode 5: Structure
Episode 4: States and everything about them
In this lesson we’re going to learn how to create states, extend them and also how to control them
Continue reading Episode 4: States and everything about them
Episode 3: Update function
In third lesson we gonna do some nice stuff with famous Amiga ball 🙂
Episode 2: Methods, properties and function flow in state
Basically states are objects that consists one or more methods. Initially state has some methods and properties predefined. You can learn about them in this article. Continue reading Episode 2: Methods, properties and function flow in state
Episode 1: Intro to state manager
States in other words are chunks of game program – think of them as chapters. States are not something you see, they are only containers with variables and renderable objects. For example preloader or main menu can have a state. Also levels of your game are states, even game over screen can be a state. In opposition to this power up and player are not states. Continue reading Episode 1: Intro to state manager
Intro: Phaser course
It’s official! I’m starting to learn Phaser and I’ll share any knowledge that I’ll get with you, for free! I’ve created my first project in this awesome Javascript framework and it works 🙂 I’ve decided to create this course because gamedev knowledge is very scattered… Initially I’ve created a Frankenstein’s monster from many parts gathered around the net. Now with this fresh experience I want to become a real HTML5 game developer so stay tuned for more.
Simply follow category Phaser on my blog for updates.
Tiled tile map editor
How to install Tiled map editor on Debian derivatives such as Ubuntu or Elementary.