-
Space Invaders
Itch.io link – https://challenger2.itch.io/space-invaders Starting with a green square as the player and a red square for enemies, i placed them in the environment and added a script to the player to allow movement. The player can only move horizontally across the screen and by pressing space may fire the gun, the gun fire rate…
-
Cookie Clicker
Itch.io link – https://challenger2.itch.io/cookie-clicker-proto Button – I Started with a simple button made up of a square and a circle, when the player clicks on the circle, the ‘Monee’ number (variable assigned to keep track of currency) goes up by one, in void update there is code to show the players current currency this is…
