Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I have a question, what do the 

│   ├── 

symbols mean in the folder structure?

3d_game/

├── assets/              # For storing textures, models, sounds

├── src/                 # Source code for the game

│   ├── main.py          # Main game loop

│   ├── engine.py        # Contains camera and movement logic

│   ├── player.py        # Handles user input (WASD, mouse)

│   └── physics.py       # Handles physics (e.g., preventing falling)

└── README.md            # Game info (optional)

 https://itch.io/t/4514927/3d-game-with-pyopengl-tutorial