Unit testing in video games

Introduction I develop video games since 2002. I worked full-time from 2002 to 2013 in a AAA video game company (mostly C++, PC and Console games). And I run Frozax Games as an independent developer (during the evenings and week-ends) since 2005. In 2013, I started a new full-time job in a network security company,… Continue reading Unit testing in video games

Why I stopped using Unity3D after two months and a working prototype

Two years after my previous mobile game, I decided to start a new 2D puzzle game. I wanted to try a new technology and chose Unity. In this article, I’ll explain why I chose Unity in the first place, and describe what I liked and disliked. After developing a fully working prototype of my new… Continue reading Why I stopped using Unity3D after two months and a working prototype

Commander sa Freebox dans Minecraft: Inutile, donc Indispensable!

English version Voici un article à propos de mon dernier projet annexe: commander sa Freebox dans Minecraft! Bon, ce n’est pas aussi pratique que d’utiliser la télécommande mais c’est intéressant à faire et ça fonctionne bien! 🙂 Vous pouvez le voir en action dans la vidéo, je détaille ensuite la technique. Comment ça marche ?… Continue reading Commander sa Freebox dans Minecraft: Inutile, donc Indispensable!

Controlling your TV using Minecraft: Useless, but Fun!

Version en Français Here are the details of my latest side-project: controlling my TV from inside Minecraft! It’s surely slower than using the remote control, but it was interesting to make and it’s working! You can see it in action in the video, and read about the technical aspects below. How does it work ?… Continue reading Controlling your TV using Minecraft: Useless, but Fun!

How I developed and released a mobile game in 45 hours

Developing a game always takes longer than expected. I made an experiment and tried to develop a simple but descent game quickly, while keeping tracks of time spent on each feature. I also wanted short development times to see if I can make a profitable game, even if I were paid for it (I’m not… Continue reading How I developed and released a mobile game in 45 hours

Building for Android with Cocos2d-X (NDK+JDK) in one step

One Step to Better Code Recently, I’ve read once again the old but awesome article “Joel Test : 12 steps to better code” (do it now if you haven’t). When developing Don’t Feed the Trolls, I always had a few steps to build a new android version of the game. I made a few scripts… Continue reading Building for Android with Cocos2d-X (NDK+JDK) in one step