Learning game development one system at a time
The Untitled Game Project uses small, isolated prototypes to develop Godot skills while gradually building reusable systems for a larger 2D game concept.
The Untitled Game Project provides a practical structure for learning Godot through systems that belong to a larger game rather than through disconnected exercises.
The broader concept includes a medieval library, restoration systems, exploration, characters and progression, but current development is intentionally much smaller. A single room can be used to test movement and collisions. One bookshelf can establish an interaction pattern. A basic NPC can become the starting point for scheduling and behaviour systems.
Each prototype therefore serves two purposes: solving an immediate game-development problem and creating knowledge that can inform later systems. Some implementations may survive into the final project while others will be rewritten or discarded.
This approach keeps the immediate development scope manageable while allowing the larger concept to remain a useful direction for continued work in Godot, systems design and pixel-art environments.