A lightweight automation tool written in Python that scans directories for Go-based game projects, copies them into a target folder, compiles the code automatically, and generates a metadata JSON file with project details.
- 🔍 Detects all folders containing Go-based game projects
- 📦 Copies and organizes projects into a single target directory
- ⚡ Automatically compiles
.go
files inside each project - 📑 Generates
metadata.json
with game names and total count
python main.py <source_directory> <target_directory>