In this tutorial we covered: – Stop automatic enemy regeneration when player is dead. – Show restart message and press a key to restart the game.
Month: October 2019
In this tutorial we covered: – Making new enemies every few seconds – Making each enemy run in different directions – Making player die when enemy touches player
In this tutorial we covered: Making an enemy destroy when the bullet collides with the enemy Limiting the number of bullets on the screen (in effect make the time between each shot longer)
In this tutorial we covered: Making a textbox disappear after an amount of time Instance variables; Making an object move around with bullet behaviour; Making an object move in a random direction; Making an object bounce off another object; Destroy an object on collision with another object.
In this tutorial we covered: Inserting new layers; Inserting a background; Changing layer names; Locking layers; Referring to layer names in event sheet; Inserting a textbox.
In this tutorial we covered: Resizing layout Resizing window Shooting bullets
In this tutorial we show you how to make a HTML5 game you can play in your browser using Construct 2, which is a game making program you can use to export what you have made into HTML5. Make sure you check out all the legal stuff to do with using the software (licences) before …
In this tutorial we start off with explaining a few more methods in the JFrame class. Then we created our own JButton object and added it to the content panel of our JFrame.
In this tutorial we’re going to learn how to write programs in Java using Eclipse and the GUI (Graphical User Interface) classes that are part of the Java Cass Library. The first class which we’re using to create a window is called JFrame.
In this lesson you are shown how to create an array to refer to objects of the same class. We then use this array in our greedy pig game.