Create an end screen for your game
******************************************
The remainder of this content is restricted to site members.
It is free to join.
New users please register below.
If you are an existing user, please log in.
******************************************
The remainder of this content is restricted to site members.
It is free to join.
New users please register below.
If you are an existing user, please log in.
Over the coming weeks and months, we will explore how to build a simple 2D Top-Down Space Shooter computer game using the popular game development engine called GameMaker Studio. You will learn how to create sprites, learn to code to make your player move around a game environment, code spawning enemies, enemy collisions, making the…
Tutorial 4: Creating a Game Room in GameMaker Studio 2 Change the Room size In the Assets Browser menu, double click the room that you want to add a background to. The default room is Room1 If you don’t see the Layers panel for the room appear on the left side of GameMaker, go to…
Tutorial 3: Create a player object, movement & animation In the Asset Browser / Resource menu area, right-click Object and click Create object Name the object objPlayer – note: You should always prefix your objects with the letters obj Assign it the sprPlayer sprite you should already have created. To do this click on the…
If you don’t have the time or skills to create your own game assets – such as sprites, backgrounds, tiles and sounds, there are a number of websites were you can download game assets for free from. Here is a list of websites that we recommend: https://opengameart.org/ https://www.kenney.nl/ https://itch.io/game-assets/free https://marketplace.yoyogames.com/browse/latest?filter=free If you want an asset…
Tutorial 10: Collisions and Health Setup In this tutorial, we will learn how to setup your player and enemy health and how to destroy them based on some collision rules. Set the player collision mask Go to the Resources menu: Open Sprites. Open your player sprite, sprPlayer Find Collision Mask in the Sprite window. Open…
Tutorial 2 – Creating Player Sprite in Game Maker Studio 2 In Game Maker Studio 2 – go to the Resources area on the right of your screen: Right click on Sprites and click Create Sprite or you can click on Resources menu at the top of Game Maker studio. Make sure you name your…