Yudiz Solutions Ltd - Top Game Development Companyyudiz.hashnode.dev·Feb 17, 20252D vs 3D Game Development: Which is Best For YouThe game development world is a huge sandbox of joys and wonders, full of endless possibilities for creators. From indie developers to 2D game development studios and 3D game development studios, one of the first things that will confront you is the ...2D Game Development
Tharun Adithiyatharunadithiya.hashnode.dev·Feb 15, 2025Enemy Bounce-Off in Unity2DWelcome Back! Devs. In this blog I will explain how to implement an enemy bounce-off mechanism in a 2d game using unity. Let’s dive into it. Enemy Bounce-Off Mechanic in Games The enemy bounce-off mechanic is a classic feature in many platformer and ...2 likes#PlatformerGames
Jeremy Morganwww.jeremymorgan.dev·Dec 22, 2024How to Make a Retro 2D JavaScript Game Part 3Note: If you'd rather have a video tutorial, here it is: Let’s make the game more fun with scoring and difficulty progression. 1. Adding a Score Modify the create function to display a score: this.score = 0; this.scoreText = this.add.text(16, 16, '...How to Make a Retro 2D JavaScript Game with PhaserJavaScript
Jeremy Morganwww.jeremymorgan.dev·Dec 22, 2024How to Make a Retro 2D JavaScript Game Part 2Let’s make this game interactive! We’ll add a player, movement controls, and falling items. Note: If you'd rather have a video tutorial, here it is: The full source code is here. Here’s a playable version of the final game. 1. Adding Placeholder Gr...How to Make a Retro 2D JavaScript Game with Phaserhow to build games
Jeremy Morganwww.jeremymorgan.dev·Dec 22, 2024How to Make a Retro 2D JavaScript Game Part 1Welcome, aspiring game developers! 🚀 In this beginner-friendly guide, we’ll build a simple, retro-themed "Catch the Items" game using Phaser 3, a powerful JavaScript game development framework. This series of tutorials is designed for absolute begin...How to Make a Retro 2D JavaScript Game with Phaserhow to build games
Deniz Trakadtworldz.hashnode.dev·Nov 4, 2024Crafting System Now Live: Introducing Version 1.0.3 of the 2D RPG Project Accelerator!Hello fellow developers and RPG enthusiasts! I'm excited to announce that version 1.0.3 of the 2D RPG Project Accelerator has officially been released, and it includes a major new feature: the Crafting System. This update brings an immersive crafting...10 likes·40 reads2D RPG Accelerator2d
Deniz Trakadtworldz.hashnode.dev·Oct 14, 20242D RPG Accelerator : Release 1.0.2This includes bunch of new features to the project. New weapon types including ranged (yes Bows!), looting enemies and cool attack/damage effects to give more satisfaction from the hits! What do we have in table ? Yes, before we start explaining how ...46 reads2D RPG AcceleratorPixels Art
Deniz Trakadtworldz.hashnode.dev·Oct 4, 20242D RPG Accelerator : Chests / Containers UpdateIn many games, chests serve as important game mechanics for storing items, rewarding players, and adding a layer of interactivity. Designing a chest/container system in Unity can be straightforward if when we already have an item system in place ofco...51 reads2D RPG Acceleratorinventory management
Tom Grzembketommygamedev.hashnode.dev·Apr 16, 2024[Unity] 2D Sprite FlippingI searched for an alternative to flipping sprites in a sidescroller environment and wasn't that happy with my findings. To flip the sprite, my script uses the x scale to blend the character's start x-axis to its negative counterpart in the context of...180 reads2D animation
Sahaj Guptaitsahaj.hashnode.dev·Mar 12, 2024Setting up player (Bird)In this read I am setting up player character for my Angry bird type game in godot. This is a part of Angry bird made in Godot 4 series. For Player I have made a new Node of type RigidBody2D and added Sprite2D with texture as "player" from assets fol...Godot 4