By Michael Smith 23rd September 2014 Well I’ve finished and published my new indie game, Zombies with Bazookas. So, this post is just a shameless plug to try to get some downloads. Well if you can’t plug your own…
Game programming techniques – Asteroids movement.
By Michael Smith 1st May 2014 When I say Asteroids movement, I mean Asteroids the game – the ship movement. Not lumps of rock floating through space style movement. So the Asteroid game has a little ship that moves on…
Game programming techniques, distance between 2 objects.
By Michael Smith 28th April 2014 A function to give the distance between 2 objects or between two points is one of the most basic calculations you will need in writing many games. Find distance between 2 objects Once…