article thumbnail

How to Use Kaboom.js to Make Video Games

Game Designing

is one of the best Javascript platforms for beginners, allowing you to create fun and simple video games without requiring extensive coding knowledge. You can use the library to easily create scenes, add layers, build sprites, handle actions and collisions, add key events, and so much more. This article will discuss Kaboom.js

Sprite 52
article thumbnail

Godot Tactics RPG – 01. Intro & Setup

The Liquid Fire

link] [link] [link] [link] [link] Prerequisites Some knowledge of code is definitely going to help here. I’ll be writing most code in Godot’s Gdscript, so familiarity with that or Python will help. You can download Godot here – [link] Click the link to Download the 4.x x for this tutorial. stable_mono_win64.exe”)

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Database System in Unity using Resources and ScriptableObjects

The Knights of Unity

Sprite, GameObject, Transform). This asset can be read and modified in the game from the code level, although it’s not recommended to modify the ScriptableObject on the runtime from the code level. Initialization Code Snippet]. The data objects are indexed and can be easily exported to json from scriptable objects.

Data 52
article thumbnail

Breakout: Ball

The Liquid Fire

Unity has already enabled us to easily accomplish a ton of milestones, such as rendering sprites on screen, and making objects move and collide with each other. At some point, you will always find that some of the features you want to use require the use of a script. Create A Script. public class Ball : MonoBehaviour { //. }.

article thumbnail

Breakout: Blocks

The Liquid Fire

For example, you can select one Block in the Hierarchy window, and then shift + left-click the last block, and it will select all of the blocks in between. Now if you edit the “Color” of the Sprite Renderer, you will see that all of the selected blocks get the same change. Copy the following code, and then save your script.

article thumbnail

Maintenance release: Godot 3.2.2

Mircosoft Game Dev

This drastically reduces drawcall-related bottlenecks and can give massive gains in specific scenarios (drawing lots of sprites, big TileMaps, text rendering). Top: 10,000 Sprites with a randomized modulate and position. Bottom: 8 layers of a screen full of "A"s with two Sprites intermixed. Can you spot the difference?

Debug 52
article thumbnail

Explanation of the Gameplay Framework - Guide to Cocos Cyberpunk Source Code

Cocos

Not only is it 100% ope… Project Structure - Guide to Cocos Cyberpunk Source Code Cocos Creator [01] Hey everyone, Kylin here! This series of articles will provide an in-depth interpretation of the source code from various perspectives, enhancing everyone’s learning efficiency.

Code 52