Project guide

Project Guide | KBBQ Idle Unity

Free idle-game economy tuning sheet for Unity prototype balancing. This guide organizes the repository's original implementation notes for indie game developers and Unity learners.

Reviewed 2026-07-28. This page is derived from checked-in repository evidence and links back to its source.

KBBQ Idle WebGL (Unity 2022.3 LTS)

Curated supporting repo This repository is kept as optional product proof beside the B2B flagship repositories. Current technical entry points: doeon-kim-portfolio and the B2B flagship repositories. Reason: Consumer gameplay work is useful as runtime evidence, but it is not the main enterprise AI story.

K-BBQ 테마의 idle/tycoon 게임 프로젝트입니다. 최신 버전은 Unity WebGL 빌드, 정적 배포 표면, 선택형 FastAPI 백엔드까지 함께 확인할 수 있도록 정리되어 있습니다.

Updated: February 18, 2026

기술 포지셔닝

기술 스택 신호

System Overview

LensDecision signal
Technical stackUnity WebGL runtime, static hosting, optional FastAPI backend, and deterministic economy harness.
Product proofThe demo, workflow loop, and static proof surface show the current product direction without extra claims.
Review proofUnity scene, docs front door, build preflight, deterministic economy harness, and runtime pages make the system reviewable in minutes.
Safety postureFallback behavior is explicit when WebGL artifacts are absent, and optional server paths are separated from the core playable review path.

Evaluation Path

Architecture Notes

프로젝트 맥락

Start Here

루트에는 설계 문서와 운영 자산이 함께 있지만, 실제 게임 작업은 Assets/에서 시작하고 배포 검증은 docs/ 또는 server/에서 이어집니다.

First Review Move

What Is In This Version

Core Gameplay Loop

  1. Buy raw meat.
  2. Place meat on one of 4 grill slots.
  3. Flip at the right timing.
  4. Collect cooked meat to inventory.
  5. Serve waiting customers for tips/combo.
  6. Buy upgrades and repeat for higher throughput.

Quick Start (Unity)

  1. Open with Unity 2022.3.62f3.
  2. Open scene: Assets/Scenes/Main.unity.
  3. Press Play.

Optional editor helpers:

WebGL Build

Build to docs/:

./tools/build_webgl_docs.sh

Output path:

Cloudflare Pages Deploy

Required settings:

Pre-deploy review gate:

./tools/release_ops.sh check

Production review configuration:

Quality Gates

Full local gate:

tools/runtime_quality_gate.sh

This validates:

Repository Map

Docs Map

Review Surface

Review Flow

Proof Assets

Documentation

Local Verification

make verify

Requires Python 3.11+. If your default python3 is older, run make PYTHON=/path/to/python3.11 verify.

Repository Hygiene

Cloud + AI Architecture

Enterprise Productization

System Architecture

Service Architecture

Search And Service Surface