Kha Shmup Tutorial Part 5
We can now move and shoot so let’s lay the foundation of providing something to shoot at.
We can now move and shoot so let’s lay the foundation of providing something to shoot at.
Previously on KhaSmup we added keyboard support and limited the ship to only be pilotable on the visible screen. In this tutorial we are going to add the ability to shoot as well as the sounds of the shot. First thing…
In part 2 we got the player’s ship on screen. This time we’re going to give the player some control over it.
Last time we started up a Kha program and got a nice purple screen rendering. This time we will be displaying a sprite representing the player.
Continuing from the previous tutorial we’ve made sure we are running a recent version of Haxe (I am running 3.2.1), a recent version of NodeJS (5.0.0 for me), as well as the git version control system.