Thursday, July 3, 2008

About Tetris...

I don't speak much of game development here, but recently, I learned JavaScript ( which is kinda awesome, really, ) since one job I applied for required knowing it --- not sure if I got the job, or even if I'm taking it, but --- nevertheless, javascript: Fun, easy, fast to do stuff with.

So, I wrote a Tetris game with it. It's a classic style tetris, without gravity-based chain reactions. Nothing fancy. It stores the latest highscore on your machine as a cookie, too.

I really liked working on the block rotation and collision algorithms. Fun stuff.

No comments: