PennyS8 / Diverge

A neurodivergent experience in gaming
GNU General Public License v3.0
3 stars 0 forks source link

Module-based File Organization #11

Closed n8hopp closed 1 week ago

n8hopp commented 1 week ago

Do we want to organize files based on what feature they are a part of, rather than as file-type? This would make it easier to work on singular features, and reduce the "oop gotta go over here" that file-type separation brings

n8hopp commented 1 week ago

Here's an example of this file structure:

.
├─ modules
│  ├─ player
│  │  ├─ assets
│  │  │  └─sprites.png
│  │  └─ scripts
│  └─ enemy
│     └─ scripts
│        └─enemy.gd
├── LICENSE
└── README.md