1 decade ago by svenanders
Celebrating the return of Dr Who this Easter, I bring you Dr Who Squared. It's a match 3 game using characters from Dr Who as tiles. It's all entirely done with ImpactJS.
http://play.svenardo.com/drwhosquared/
Funny thing - in the beginning (sometimes last week) I wanted to try and make this game with entities and checks+collisions. I wasted a lot of time trying to make that work (it didn't). Finally went with a matrix and javascript arrays. I've come to the conclusion that if there's one area where I'd like to see javascript improved, it's with the way it deals with arrays. Seriously headache inducing.
http://play.svenardo.com/drwhosquared/
Funny thing - in the beginning (sometimes last week) I wanted to try and make this game with entities and checks+collisions. I wasted a lot of time trying to make that work (it didn't). Finally went with a matrix and javascript arrays. I've come to the conclusion that if there's one area where I'd like to see javascript improved, it's with the way it deals with arrays. Seriously headache inducing.