Live data from Hacker News

Show HN: A Tribute to “Asteroids”

harimohanraj89.github.io

1–10 of 17 posts

Re: Show HN: A Tribute to “Asteroids”

#6

I did a similar thing some time ago adding rigid body collisions on the asteroids, which makes the game way harder. https://github.com/santialbo/Asteroids play here: https://rawgit.com/santialbo/Asteroids/master/default.htm

That's a really cool version, but you need to give some invincibility when you respawn, otherwise one death can be equivalent to 2-3 if there happen to be asteroids in the middle area at the time.

Re: Show HN: A Tribute to “Asteroids”

#8

I did a similar thing some time ago adding rigid body collisions on the asteroids, which makes the game way harder. https://github.com/santialbo/Asteroids play here: https://rawgit.com/santialbo/Asteroids/master/default.htm

It was fun to look at your source code. About 600 lines.

I really liked the arcade version of asteroids, so me and a friend wrote a version in PDP assembler for a class project. I wish I still had the source code, but let's just say it was not as compact (e.g., we had to do the video driver, random number generation, trig, etc.), and took a couple of weeks.

Although the basic OO design is the same, which is cool.

Post reply on HN