Deniz TrakaforDTWorldzdtworldz.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...Discuss·32 reads2D RPG Accelerator2d
Deniz TrakaforDTWorldzdtworldz.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 ...Discuss·45 reads2D RPG AcceleratorPixels Art
Deniz TrakaforDTWorldzdtworldz.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...Discuss·50 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...Discuss·127 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...DiscussGodot 4
Sahaj Guptaitsahaj.hashnode.dev·Mar 10, 2024Setting up basic level | Angry bird in Godot 4In level I am just adding Background and water so that when player falls in water a splash sound come. To set up water I have created a new Scene with root node as Area2D node. Under which I have added 2 children: Sprite2D and CollisionShape2Din Spri...DiscussGodot
Carlos Armando Marcano Vargascarlosmv.hashnode.dev·Oct 9, 2023Building a 2D Platformer Game with Godot. Part 3Previously, in part 1 of this series, we learned how to create a Godot project and add scenes and nodes. In part 2 of this series, we learned how to add animation to the player node. In this article, we will add a background to our game. This is goin...Discuss·60 readsGodot 2D Platformer GameGodot
Carlos Armando Marcano Vargascarlosmv.hashnode.dev·Sep 25, 2023Building a 2D Platformer Game with Godot. Part 2In the previous article, we learned how to install Godot, how to create a Godot project, and how to create a scene and nodes. In this article, we are going to learn how to add animations to the player node. Adding Animations We go to the player scene...Discuss·140 readsGodot 2D Platformer GameGodot
Carlos Armando Marcano Vargascarlosmv.hashnode.dev·Sep 19, 2023FeaturedBuilding a 2D Platformer Game with Godot. Part 1This article is the first part of a series about building a 2D platformer game with Godot. In this article, we will cover how to install Godot, create a scene, a node, and a player. We will use as assets for our game, the Sunny Land pixel game art cr...Xoso66 and 1 other are discussing this2 people are discussing thisDiscuss·37 likes·1.1K readsGodot 2D Platformer GameGodot
Red Apple Technologiesredappletechnologies.hashnode.dev·Sep 7, 2023What are the Steps to Follow When Developing a 2D Game?Despite the advancement of next-gen 3D technologies like AR, VR, NFTs, IoT, etc. 2D games are constantly receiving immense admiration from a vast gaming population. On noticing this huge demand, enterprises are scaling up the development of engaging ...Discuss2D Games