godot.hashnode.devOnline Visual Novel in Godot: Case Study on Sentou GakuenWhen you talk about visual novel games, you'd normally think of a static story-driven experience, often with branching paths and multiple endings. You may have hundreds of routes but ultimately designed for solo play. It is why some people consider t...Oct 10, 2024路10 min read
godot.hashnode.devGodot 4.2 Stable is Here!Godot 4.2 is finally here, packed with exciting features and improvements for game developers. With over 1800 improvements submitted by 359 contributors, this release is a testament to the dedication and passion of the Godot community. New Features a...Nov 30, 2023路3 min read
godot.hashnode.devGDScript CheatsheetThis cheatsheet is meant to be a handy reference for both beginners and experienced GDScript users. So, whether you're just starting out or looking to review up on your GDScript knowledge, this cheatsheet will be your go-to resource. We'll cover all ...Sep 10, 2023路12 min read
godot.hashnode.devGDScript Code OrderingWhen it comes to writing clean and organized GDScript code, the ordering of code elements plays an essential role in enhancing readability and maintainability. In this post, we'll explore best practices for ordering different code elements within you...Aug 28, 2023路6 min read
godot.hashnode.devGDScript Coding ConventionsHello fellow Hashnode community! Today, I want to dive into an essential topic that often gets overlooked but plays a crucial role in creating clean, readable, and maintainable GDScript code: coding conventions. Consistent coding conventions not only...Aug 14, 2023路6 min read