Computer Games Development
using Microsoft MakeCode Arcade
Galga
In this tutorial, you'll create a space plane that can fly through bogey spacecraft.
Can you survive the continuous attack?
Instructions ..
Using any of the tutorial below create your own version of 'Galga' game.
Your game doesn't have to be space based, it can be about anything - appropriate for school.
Click on the link below to access the Galga Tutorial in MakeCode Arcade ...
🌐 Galga Tutorial in Make Code Arcade
I've recorded a video video walkthrough of me creating this game, you may want to use this along side or instead of the instructions.
Challenges ...
Once you've completed your game, try adding some of the following aspects into your game ...
Increase the number of points the player gets when they shoot a bogey.
Add sound to your game - when you projectile destroys a bogey, when a bogey collides with you.
Add a timer to your game, this means you only need to survive for so long.
[Advanced] Limit the number of bullets the player has, by adding ammo packs.
🖥️ - Galga - Adding Ammo Packs[Advanced] Create more than one bogey, and the game randomly picks one to draw.
🖥️ - Galga - Adding Multiple Bogey Spacecraft[Advanced] Make your game multi-player. Which player will shoot down the most bogey spacecraft?