Vision StatementTo transform cybersecurity training from passive consumption to active participation through immersive, adaptive learning experiences that measurably improve security awareness and incident response capabilities.
{
"name": "string",
"role": "string",
"department": "string",
"experience_level": "beginner|intermediate|advanced",
"email": "string (optional)"
}
{
"title": "string",
"description": "string",
"difficulty": "beginner|intermediate|advanced",
"estimated_duration": "integer (minutes)",
"decision_points": [
{
"scenario": "string",
"options": ["string"],
"correct_answer": "integer",
"explanation": "string"
}
]
}
# Quick Start (Windows-Safe)
python start-simple.py
# Backend: http://localhost:8200
# Unity: Open CyberTactikMVP project
# Full Development Setup
python start.py
# Includes all features and debugging
# Docker Containerization
docker-compose -f devops/docker-compose.yml up --build
# Manual Production Setup
cd backend
pip install -r requirements.txt
uvicorn app.main:app --host 0.0.0.0 --port 8200
For technical questions or implementation discussions, please refer to the complete documentation package or schedule a technical consultation using the contact information provided in the previous section.