godot-dodo icon indicating copy to clipboard operation
godot-dodo copied to clipboard

Exotic codestyle

Open Kelin2025 opened this issue 1 year ago • 3 comments

In my game, I wrote a library that allows me to build logic by composing objects, so I could customize it and subscribe to any step
Then I wrote higher-level presets and operators to describe character's skills and perks So the code mostly looks like this:

Actions
Perks
How presets/operators are made

I understand that this approach is kinda different from how people usually write code (and without explanation might be frustrating even for human haha), so the question is - what do you think, can fine-tuning with common data help me get better predictions for this approach?

Kelin2025 avatar Apr 25 '23 13:04 Kelin2025