Month: July 2010
The fastest way to find the distance between two points
While I was reading Claytus Hood Tower Defense case study I was impressed by this: To estimate the distances and so check the range, I use Manhattan distance formula, less accurate but faster than Euclidian distance Named after the grid layout of most Manhattan streets, it’s a form of geometry in which the usual metric … The fastest way to find the distance between two points
Claytus Hood Tower Defense case study
I always loved games that revive an old concept with new features, and Claytus Hood Tower Defense is one of them. Based on the old “tower defense” theme, it introduces new strategy options with large, scrollable maps and the capability to block some paths to make enemies take a larger route to attack you base. … Claytus Hood Tower Defense case study
The perfect swf file size of your Flash games
When you are making a Flash game, do you worry about the final size of your swf? I had a look at 17.666 games with known filesize actually stored in Triqui.com, parsed from MochiMedia, and that’s what I found Average swf file size: 0.99MB swf file size # of games % 5MB 499 2.82 Finally, … The perfect swf file size of your Flash games
Rendering text in AS3 using FTE (Flash Text Engine)
Since I think devlopers’ attention will focus on mobile game developement during these days, let’s see a feature that will let you use fonts in a way that will successfully adapt across devices, as introduced in the Authoring mobile Flash content for multiple screen sizes guide. FTE (Flash Text Engine) The FTE provides low-level support … Rendering text in AS3 using FTE (Flash Text Engine)
Showcase of three Flash game portals for Android mobile
Android powered mobiles may be a pain for iPhone thanks to full Flash support. Since Flash (also) means games, obviously the biggest portals are releasing a mobile version, specifically developed for Android mobiles. I surfed a lot on the web and I only found three portals that really caught my attention… I also noticed that … Showcase of three Flash game portals for Android mobile
More mobile Flash game contests – $80,000 in prizes!!
If you think $30,000 in prizes aren’t enough, here they come $50,000 more in prizes from Kongregate‘s Mobile Flash Game Contest and MochiMedia‘s Made for Mobile Contest, for a grand total of $80,000!!! This is the first time in Flash gaming history that three big sites host contests with the same topic, this means you … More mobile Flash game contests – $80,000 in prizes!!
Get SWF Protector 3 with a special 25% discount
Now you know Flash thieve is a problem. With the latest SWF Protector from DCOM Soft you can firmly protect both ActionScript 1/2 and ActionScript 3, so none of your files, either old or new, will stay unguarded. Version 3.0, actually available for Win and Linux (Mac version to be released soon) now supports Flash … Get SWF Protector 3 with a special 25% discount
Grand Theft Flash: the Flash thieve problem
Alexandre Chevalier is the marketing specialist at DCom Soft, Inc., the company who developed the well known SWF Protector I reviewed in this post. With the release of version 3.0, (I am testing it right now, expect a full review in a couple of days) Alexandre explains us the Flash thieve problem: « Nowadays SWF … Grand Theft Flash: the Flash thieve problem
Win $30,000 in prizes with Cell your Flash Game contest
While the war between Adobe and Apple does not seem to cease (I have to say I am by Adobe’s side), Android mobile OS fully supports Flash. So Flash Game License together with Adobe host a very special contest exclusively for members of FGL called Cell your Flash Game Create or port a game for … Win $30,000 in prizes with Cell your Flash Game contest
Basic Box2D editor using Flash movieclips
When you are about to design a level or whatever else in Box2D, you have to face some design issues due to different unit measurements (Flash works with pixels while Box2D uses meters) and the common problems in level design: the need to have a WYSIWYG interface. Some frameworks such as Citrus Engine, have a … Basic Box2D editor using Flash movieclips
PHP face detection class
Face detection is a computer technology that determines the locations and sizes of human faces in arbitrary (digital) images. It detects facial features and ignores anything else, such as buildings, trees and bodies. (source: Wikipedia) There is so much to say about face detection and all its algorithms… I am planning a step by step … PHP face detection class
