The Best Game Ever - WEEK 2 : Project Architecture Design
[DEVLOG] Week 2
Status
Currently, this is a basic incremental clicker game template.
Current Goal
Working on recreating a similar experience to the classic "a dark room" game.
Newest Progress
Refactored the project to the following architecture:
Having "RGB" layers inside Main node (global singletons) instead of having "RGB" layers inside composite nodes (self managed instances) feels better for now.
The SaveFile is an autoload node holding variables in-memory. The save script will periodically autosave this node to the device file system. Restarting the game will load this node from the device file system to memory.
The SignalBus node is emitting signals between the three layers in the picture.
New UI theme is a minimalistic dark theme:
Next Week ?
- Story driven progressively unlocked game features ?
THIS WEEK BY DAY:
MONDAY
- write DEVLOG WEEK 1
TUESDAY
- rework events to proper nodes
- rework screens to save file
WENSDAY
- create tab manager
- rework tabs to save file
THRUSTDAY
- create screen manager
- refactor controllers and managers to new architecture
- game architecture flow chart in Figma
FRIDAY
- permanent save file
- unlock controller
SATURDAY
- theme settings
- minimalistic dark theme
SUNDAY
- progressive costs
- sort resources display
- save and load setting(s)
- unlock animation tween
Long-Term Goal
I have a dream to make the best game ever or die trying.
I will post a weekly update while trying to work on this project every day.
The game genre and everything else is subject to change.
A Dark Forest
Incremental Experimental Minimalistic Game
Status | Prototype |
Authors | TinyTakinTeller, Abyssal Novelist |
Genre | Adventure |
Tags | 2D, Experimental, Godot, Incremental, Minimalist, Open Source, Short, Singleplayer, Text based |
More posts
- Prototype Release 1.046 days ago
- Experiment - WEEK 20 : Mix New Game Genre?73 days ago
- Interlude - WEEK 19 : Celebration & Announcements 🎉80 days ago
- Interlude - WEEK 18 : Plan The Future (Analysis Of Feedback)87 days ago
- A Dark Forest - WEEK 17 : Prestige System95 days ago
- A Dark Forest - WEEK 16 : CharmsAug 12, 2024
- A Dark Forest - WEEK 15 : SubstancesAug 05, 2024
- A Dark Forest - WEEK 14 : HeartJul 29, 2024
- A Break - WEEK 13 : Hello There 👀 & Game MathJul 22, 2024
- Quality Of Life - WEEK 12 : Settings Update & Developer ToolsJul 15, 2024
Leave a comment
Log in with itch.io to leave a comment.