Shadow Bamboo - Godot Game Project
Go to file
root 4814fb7b68 Add Word documents to Documents folder
- Bamboo-Journey-GDD.docx (v1.0)
- Bamboo-Journey-Full-GDD.docx (v1.5)
- Bamboo-Journey-Full-GDD-v2.docx (v2.0 with Dragon Snake City)
- Bamboo-Journey-Script.docx (Full branching story script)
2026-03-25 13:36:39 +08:00
Documents Add Word documents to Documents folder 2026-03-25 13:36:39 +08:00
Exports Initial commit: Shadow Bamboo project setup 2026-03-25 13:33:22 +08:00
Resources Initial commit: Shadow Bamboo project setup 2026-03-25 13:33:22 +08:00
Scenes Initial commit: Shadow Bamboo project setup 2026-03-25 13:33:22 +08:00
Scripts Initial commit: Shadow Bamboo project setup 2026-03-25 13:33:22 +08:00
icon.svg Initial commit: Shadow Bamboo project setup 2026-03-25 13:33:22 +08:00
project.godot Initial commit: Shadow Bamboo project setup 2026-03-25 13:33:22 +08:00
README.md Initial commit: Shadow Bamboo project setup 2026-03-25 13:33:22 +08:00

Shadow Bamboo (竹影)

A Godot 4.6 action RPG set in a mystical bamboo forest world.

Project Structure

Shadow-Bamboo/
├── project.godot          # Godot project file
├── icon.svg               # Project icon
├── Resources/             # Game assets
│   ├── Sprites/           # Character sprites
│   ├── Textures/          # Environment textures
│   ├── Audio/             # Sound assets
│   │   ├── Music/         # BGM tracks
│   │   └── SFX/           # Sound effects
│   ├── Fonts/             # Typography
│   ├── Animations/        # Animation files
│   ├── Shaders/           # Custom shaders
│   ├── Tilesets/          # Map tilesets
│   └── UI/                # Interface assets
├── Scenes/                # Godot scene files (.tscn)
├── Scripts/               # GDScript files (.gd)
├── Documents/             # Design documentation
│   ├── GDD.md            # Game Design Document
│   └── Story.md          # Story script
└── Exports/               # Build exports

Engine Info

  • Engine: Godot 4.6
  • Renderer: Forward Plus
  • Physics: Jolt Physics
  • Platform: Windows (Primary)

Quick Start

  1. Open project.godot in Godot 4.6+
  2. The project is ready to edit
  3. Use Godot's built-in Git tools for version control

Shadow Bamboo Team