Unity 2D PC Single-Player Indie Game
A small-scale 2D single-player game developed with Unity 6000+ and Visual Studio 2022, designed for PC platforms.
This repository contains a Unity 2D game project with integrated AI-assisted development workflows using GitHub Agents for code management and quality assurance.
All game development documentation is located in the /docs
directory:
- Game Design Document (GDD) - Complete game design specification
- Technical Design Document (TDD) - Technical architecture and implementation guidelines
- Art Bible - Visual style guide and asset specifications
These documents serve as the source of truth for AI programmers and GitHub Agents to validate code against design requirements.
- Engine: Unity 6000+ LTS
- IDE: Visual Studio 2022
- Platform: PC (Windows/Mac/Linux)
- Language: C#
- Version Control: Git + GitHub
- Unity 6000+ LTS
- Visual Studio 2022 (or compatible IDE)
- Git
- Clone this repository
- Open the project in Unity Hub
- Review documentation in
/docs
before development - Follow the technical guidelines in the TDD
This project is configured for GitHub Agents to:
- ✅ Validate code against design documents
- 🎯 Check feature implementations against GDD requirements
- 🏗️ Ensure architecture compliance with TDD specifications
- 🎨 Verify visual consistency with Art Bible guidelines
- Review relevant documentation before making changes
- Ensure code follows TDD architecture guidelines
- Validate visual assets against Art Bible standards
- Test implementations against GDD requirements
[Add your license information here]