We will now create the scoring of the game. This will track down the score of the player every time the enemy is defeated. To do that go to GameObject and select UI, then choose Text. After creating the text set the components as shown below.
Score
Next create another UI Text as a child of the component above. Then set the components as shown below.
free open source eCommerce platform for online merchants. provides a professional and reliable foundation from which to build a successful online store. Important! If your bug report is not related to the core code (such as a 3rd party module or your server configuration) then the issue will be closed without a reason. You must contact the extension developer, use the forum or find a commercial
This is a tested library that converts dates approximately 20 times faster than the converters available in the internet. Unit testing is done to verify there is no defect in the library.
This tutorial tackles on how to create a simple snake game using HTML5 canvas and pure Javascript. Snake game a simple game wherein there is a small snake at first and gets bigger whenever it eats a food that randomly appears on the screen. The goal of this game is to get a high score which depends on how big your snake gets.
One of our most frequent requests from readers is to tell them how to record your screen on Android. The functionality has been around for quite some time but usually requires some tinkering and adjustment to get it. In Android Lollipop, they have a screen recording method building into the OS and that’s how most people do it these days. Let’s take a look at a few Android apps and some other
This tutorial tackles on how to display data in XML file using PHP. XML stands for eXtensible Markup Language which is designed to store and transport data. This data usually comes from databases which sometimes use as temporary database.
Learn on how to create a Simple Calculator using Javascript. JavaScript is a scripting or programming language that allows you to implement complex things on web pages. It is widely used in designing a stunning website. It is an interpreted programming language that has a capabilities of Object-Oriented. This code can be used as your calculator to any mathematical problem.