Wrecking Bull
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
Ben is a bull for hire. He's been hired by Mr Delaunay to smash another china shop's stock. You control Ben's skateboard and have to keep Ben inside the shop.
In other words, it's a clone of Breakout. Use the arrow keys to control the skateboard (bat). The main difference is that the blocks are arbitrary polygons. The collision resolving code becomes significantly more complicated because of this. It should model a circular projectile bouncing off both vertices and edges of a polygon accurately, although there are almost certainly some glitches in the algorithm which was written in a few hours.
The sound is pretty basic, but I did smash an old plate with a hammer to record some of the effects, in case that gets me any extra points. Sound doesn't currently work in Internet Explorer, sorry.
In other words, it's a clone of Breakout. Use the arrow keys to control the skateboard (bat). The main difference is that the blocks are arbitrary polygons. The collision resolving code becomes significantly more complicated because of this. It should model a circular projectile bouncing off both vertices and edges of a polygon accurately, although there are almost certainly some glitches in the algorithm which was written in a few hours.
The sound is pretty basic, but I did smash an old plate with a hammer to record some of the effects, in case that gets me any extra points. Sound doesn't currently work in Internet Explorer, sorry.