Skip to content

Project Structure Overview

Snorre Strand edited this page Jun 11, 2024 · 1 revision

Project Structure Overview

This document outlines the structure of our project, detailing the purpose of each directory and its contents. Our project is organized into several key directories, each serving a specific role in the development and deployment of the game and its associated tools and documentation.

Directory Structure

.
├── ai
│   ├── image
│   ├── text
│   └── voice
├── docs
├── game
│   ├── audio
│   │   ├── music
│   │   └── sfx
│   ├── engine
│   │   ├── api
│   │   └── utils
│   ├── entities
│   │   ├── npc
│   │   └── player
│   ├── maps
│   │   ├── levels
│   │   └── main.tscn
│   ├── models
│   ├── tilesets
│   └── ui
│       ├── dialogue
│       └── menus

Clone this wiki locally