28 lines
1.0 KiB
Markdown
28 lines
1.0 KiB
Markdown
# Card Framework Documentation
|
|
|
|
## 📚 Documentation Index
|
|
|
|
### Getting Started
|
|
- [Quick Start Guide](../README.md) - Essential setup and installation
|
|
- [Detailed Getting Started](GETTING_STARTED.md) - Complete step-by-step guide
|
|
- [Example1 Tutorial](../example1/README.md) - Beginner-friendly framework introduction
|
|
- [FreeCell Implementation](../freecell/README.md) - Advanced production-ready reference
|
|
|
|
### API Reference
|
|
- [Complete API Documentation](API.md) - Full class reference
|
|
- [CardManager](API.md#cardmanager) - Root orchestrator
|
|
- [Card](API.md#card) - Individual card nodes
|
|
- [CardContainer](API.md#cardcontainer) - Container base class
|
|
- [Pile & Hand](API.md#pile) - Specialized containers
|
|
|
|
### Release Information
|
|
- [Changelog](CHANGELOG.md) - Version history and updates
|
|
|
|
### Contributing
|
|
- [Contributing Guidelines](../README.md#contributing) - How to contribute
|
|
- [GitHub Repository](https://github.com/chun92/card-framework) - Source code and issues
|
|
|
|
---
|
|
|
|
**Version**: 1.2.3 | **Godot**: 4.4+ | **License**: Open Source
|