williamd1k0 / state-clicker

A simple clicker game using shared objects to manage multiple states.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

State Clicker

This Godot project is a simple proof of concept to show how you can manage multiple states using shared objects instead of directly referencing nodes, propagating signals through the scene tree or using global objects (autoloads/singletons).

video.mp4

Explanation

The way I used to make my games: before

vs The way I'm doing it in this project: after

You can find a full explanation in this blog post: https://tumeo.space/gamedev/2023/10/18/godot-states/

About

A simple clicker game using shared objects to manage multiple states.

License:Other


Languages

Language:GDScript 100.0%