this post was submitted on 16 Jul 2025
17 points (100.0% liked)
Game Development
4678 readers
11 users here now
Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Total aside: from an organization perspective, I would suggest using an
assets
(or whatever) folder so that the root of your repo is all config/readme/setup/etc....Right, I kind of forgot that the directory structure for my repo doesn't need to look anything like the directory structure of the releases. Thanks for prompting me to think about that.