Author: Emanuele Feronato
-
Play Red Flowers
You are all invited to play my new game, Red Flowers It’s the classic “click and toggle” game, in this one you have to turn all gray flowers…
-
Understanding custom polygons in Box2D
Last week I explained The magic of compound objects with Box2D, now it’s time to understanding custom polygons. First, let me tell you the difference between a compound…
-
Designing the structure of a Flash game – AS3 version
Abot a year ago I published Designing the structure of a Flash game with everything you needed to know to design the structure of a game. Now it’s…
-
Improve your brand with a logo
Every company should have one little (and sometimes not so little) graphic displayed next to its name, and sometimes this graphic becomes so famous that people will recognize…
-
WordPress MochiAds plugin beta released
Finally I found some time to fix the WordPress MochiAds plugin and make a working beta. Please notice it’s just a working beta, install it on your own…
-
The magic of compound objects with Box2D
You can call it complex shapes, compound shapes, complex objects, compound objects or even poisoned underpants, but you all want to create complex “things” with Box2D. Despite the…
-
The last time I’m upgrading WordPress
Do you know what is this dashboard? It’s the new WordPress 2.7 “Coltrane†dashboard, and I am here to tell you this next-gen WordPress installation worked fine. This…
-
Know your enemy: demographics of adult American gamers
« Over half of American adults play video games, and four out of five young adults play. Among adults, computers are the most popular gaming device, but among…
-
Understanding Box2D debug draw
When you are about to create a complex script with Box2D – or even a simple one, but that’s complex for your skills – I suggest to enable…
-
Sudoku creator/solver with PHP
This is an old project for a class held in 2005. At that time, Sodoku game was very popular in Italy, and I saw quite a lot of…
-
Perfect maze generation – tile based version – AS3
After publishing Perfect maze generation – tile based version written in Php, I got some emails asking for an AS3 version. Pedro Taranto made the AS3 porting in…
-
Perfect maze generation – tile based version
You may wonder why I am publishing another maze script. The reason is simple: in Perfect maze generation with AS3 post and previous ones I just showed you…