Live data from Hacker News

Learn How to make Angry Birds

wildbunny.co.uk

21–27 of 27 posts

Re: Learn How to make Angry Birds

#21
This is the first time I've seen the free tutorial with the option to buy the source and assets. I think this is a very interesting way to solve the problem of monetizing while still allowing uncrippled content.

What is interesting to me is that the concepts in the article are arguably more valuable the sample code itself. But by charging for the shallower of the two assets, you end up charging the people who are more likely to pay in the first place.

Re: Learn How to make Angry Birds

#23
post #2

This is great, the idea of deconstructing well known games as a teaching method is pretty cool. Knowing the effect that you are hoping to achieve while reading the code really helps in understanding the implementation. Very nice, keep them coming :)

Slightly on a tangent, but some may find this interesting. Super Mario World Camera Logic Review: http://www.youtube.com/watch?v=TCIMPYM0AQg

Wow that was really interesting.

The thing I found most surprising was at the end when he was able to go off the screen by going backwards which very much seems like a bug in their algorithm, but maybe "it's a feature".

That game definitely has good camera management though. I never sat down and thought about how elaborate their scheme was.

Re: Learn How to make Angry Birds

#27

Earlier quoted context omitted.

Why do you say so? Aside from sound (HTML5 audio is a poor fit for in-game sounds) what is not good about it? Especially with canvas getting hardware accelerated in IE9, Firefox and Chrome and WebGL getting ground in more browsers (Chrome, Firefox and now Opera Alpha). EDIT: to be clear, it's genuine question, I'm really interested in high-performant graphics in HTML5.

Aside from doomlaser's answer, have you seriously seen a single demo in HTML5? As I've not seen one yet that doesn't stutter or crash. Even in Chrome with v8. HTML5 is like 5 years behind Flash in terms of performance. Also writing in HTML5 at the moment is like being given the total basics. Canvas, as an API, sucks. It'll get better, more libraries will come out, but god-damn it feels like moving backwards to take a…

Coming from a HTML5 community, I can say that our games have evolved pretty quicky (audio + visual). We're getting closer to Flash in terms of performance, tools and support.
Post reply on HN