Wednesday, May 26, 2010

Flashpunk & Android

4 commenti

Flash game mobile with Android? Maybe using Flashpunk?
It's possible!! See on forum

Monday, May 24, 2010

Testing for videogames

0 commenti
Today I'm here to talk about testing in videogames. We all know what is it Unit Testing, Integration Testing and so on.. but with videogame all is different.
Central point of a videogame is player, how you can test something that everyone see in different ways?
First make a step back: player is a factor in videogame, interacting with it using User Interface (UI), so first thing is a UI-testing. Enough simple to do and iterate many time you want.
As videogame developer, maybe (lol) you want to keep your gameplay consistent through many iteration of your game. Isn't matter of programming: simply you want to ensure your Mario when hit a turtle jump a little higher: unit testing is not possible here.. but you can always use the good-old-approach (tm) : case testing (CT). Simply write down a level of your game, let Mario fall on a turtle... then let months pass.. after many iteration of your work, will your test case react as planned or not?
Another possible testing is Level Testing (LT): just keep your player (or Mario) at start of each level, and make sure that your player can end every level. Is a tedious testing, before you must play your own game every time, but make you sure that game react as you planned.

Summary on Testing for videogames is:
- UI: user interface testing,
- CT: case testing,
- LT: level testing,

After this point you can publish something on net, get feedback from players and so on :D

Saturday, May 8, 2010

Ultimum

0 commenti



Ultimum is a tower defense game where you must defend a space station from enemies

Thursday, May 6, 2010

Conk

0 commenti



Directly from Slick Forum :D

Tuesday, May 4, 2010

Flashpunk 1.00 released

0 commenti

Flashpunk v1.00 is out! Try it on http://flashpunk.net
Soon a little review of this library I'm following from some time.

HTML5+Javascript Library

0 commenti
Akihabara is a new library designed to help developers with HTML5+Javascript games. Seems to be interesting!