What if you had a time limit to complete the game? Let’s increase the difficulty by giving you only a minute to solve the game. timeLeft variable will keep track… Continue reading
Day: July 13, 2017
To keep track of the score, I am sure you find it obvious now, we need to store it in a variable. Let’s create a variable called score…. Continue reading
The idea is to store all sounds in an array and then play the right song according to what’s going on in the game. We are going a… Continue reading
When the player chooses to play with sounds, it means the game should feature sounds. Crack Alien Code will have three sounds: one to be played each time… Continue reading