Introduction In this story, we are going to make a procedural roguelike shooter. That would be a pretty cool project, and it hardly fits the free version, but it worked. So let’s continue. Let’s call it a Procedural roguelike shooter. In the first area, we need to set up different objects. And these different objects will be the ones we use to visually show the information to the players and establish our technical background. So…
Introduction to Fonts We’ll talk about fonts. You might think fonts are unnecessary, but I noticed one thing when looking at these amateur game apps: generally, these beginners believe that fonts are unnecessary. So first, let’s see how Construct 3 handles fonts. And then, we’ll look at Google Fonts specifically. So we’ll name Fonts here. The next thing we will do is change the layout size. And then, we’ll add some text that is not…
Introduction In this material, we will be looking at particles and why particles are so awesome. So, first of all, let’s do a simple project here. Does it matter what the size is? We’re going to have a very kind of broad view of particles here. So let’s copy the viewport size so we’ll have a simple one-page game here. Let’s add a particle. Will the particle get into how this works here? I’m also…
Introduction Let’s make a simple tile map. I will add a new project called TileMapTest and make 864×480. I will talk about why we need to do this. Now, I go to the layout and make the size 1728×480. I’ve made a two-window game. That’s important because we will make a simple platformer to make something quick and easy. So first thing, let’s add a tile map. Then I will delete this. I will make…
‘TOUCH’ CONTROLS: INTRODUCTION TO ‘TOUCH’ CONTROLS Let’s see another way to use the ‘Touch’ controls without using the touch object. Therefore, go to ‘System’ ‘First value’ is ‘Touch.X’ and ‘Comparison’ greater than 0. We will then set the ‘Touch’ position here. Better to add a function. Click ‘On Function’ I move the player here. I remove the extraneous code here. If ‘Touch.X > 0’ then we click ‘Call function’ Take a look at that here.…
GAMEPAD CONTROLS: INTRODUCTION I will show you how to use ‘GamePad’. Using the gamepad is a bit complicated and takes a long time. I will give you an overview of the things that you should consider. Let’s talk about how HTML5 develops ‘GamePad’ and ‘Construct 3 GamePad’. Then we talk about some of the pitfalls. Let’s create a new ‘GamePad’ It’s a simple project. Add ‘Sprites’ and create a ‘Player’ here We will create a…
INTRODUCTION TO FOR LOOPS Now, we look at loops because loops are one of the easiest ways to automate tasks in programming and game development. It is important. It is called the ‘For loops test’ We can make the green ‘Sprite’ and change the size to 32 by 32. Everything’s working fine here. Take a look at the ‘For’ loop. We go to ‘System’. There are different types of ‘For’ loops like ‘For Each (ordered)’…
INTRODUCTION TO FUNCTIONS We will talk about all functions. The function is significant, especially when it comes to making your code not only more readable but more functional. You can make your code do more than one thing at once instead of rewriting a ton of code. Let’s start a new project to see what I mean by that. We’ll call this ‘Function Test’, and it doesn’t matter what the size it is at this…
INTROCUCTION TO CONSTRUCT 3 In this material, we will review how ‘Construct 3’ works. First thing, you add your own Scarra account or your construct through the account. You access editor.construct.net On this page, what’s awesome is that it works in the browser. You can work on Linux or your tablet. You can also use this on Chrome OS. You can use it anywhere. It’s great. Let’s look at some of these examples here. These…
INTRODUCTION TO COLLECTION NFTs We are at the most exciting part of the whole journey. How to buy and sell NFTs. There aren’t many different types of NFTs you can buy. Coming soon PFP collection project, NFT profile photo. There will be some art NFTs you can buy and so much more to think about like the Mona Lisa. The digital artwork is unique. There will be gaming NFTs that we can buy and in-game…