Learn game development: How to build your game development skills
The life of an indie game developer is simple:learn game development while making games. Do you know that before Rovio became a successful company with angry birds, they made 51…
The life of an indie game developer is simple:learn game development while making games. Do you know that before Rovio became a successful company with angry birds, they made 51…
Unity doesn’t have a native way to add a fade betweens two scenes. But that’s not a problem because with a couple of lines of code we can easily solve…
The object pooling design pattern is one of the most used patterns in the game industry. It’s the design pattern that you must know if you want to make games,…
Why should you use Metrics and game analytics in your game? Most of the time the importance of analytics in game development is underestimated. But we must understand why metrics…
So you want to come up with new game ideas for your next game, but you don’t know exactly where to start? There is a simple and efficient technique that…
So you wanna know how to make games don’t you? Here you will find all the possible tips to become a game developer. I must tell you that the road…
I always had problems to organize game code in a nice and readable structure. With that, I decided to write down the guidelines that I use when developing my games….
This article explains the importance of a press kit, plus some press kit examples and press kit templates that will help you to create your own press kit. Getting your…
When I started to get into the game development world, I spent a lot of time to read and study, so today I what to advise you with some of…
Are you dreaming of becoming a freelance game developer? Well it’s easier than what you think. Let’s see how to achieve your goal and become a freelance game developer. …
Most of the developers start to make games even without thinking of the marketing phase, which by the way is the most important phase of the development cycle. Here you’ll…
The following article about the best unity 2d plugins has been written with the intent to help your team choose between the best unity plugins to develop your games. Why…
Mechanics Dynamics Aesthetics (MDA): The MDA is a formal approach to better understand games. It is considered to be the bridge between the game development and the game design. Why…
Finite state machine (FSM) for game developers: If you want to develop games, sooner or later you will have to deal with a finite state machine. Let’s start with the…
Game development pipeline: If you are new to game development, you may be wondering where a game idea comes from, and how is it possible to transform this idea into…
Design games around your audience: We are used to thinking that all the players will play our game in the same way, or at least that most of the players…
The Flow channel in games: Most of the work of a game designer is to be creative and come up with great game ideas. But sometimes, knowing about some interest…
What is a paper prototyping? A paper prototype is a game concept (both mechanics and aesthetics) explained using paper. So basically, you will create a game concept with pencils and…
The Spiral model for game development is a simple and elegant technique which is usually used to develop game efficiently. Inexperienced game developers tend to design a game with a lot…
How to run two animations at once? This is one of the most common problem in the animations field. Let’s see how Unity can help us to solve this problem….