https://github.com/dotnet-presentations/vscode-github-copilot-agent-lab
Use GitHub Copilot, VS Code, & Agents to build a Social Bingo game for in-person mixers. Find people who match the questions and get 5 in a row!
https://github.com/dotnet-presentations/vscode-github-copilot-agent-lab
Last synced: 4 months ago
JSON representation
Use GitHub Copilot, VS Code, & Agents to build a Social Bingo game for in-person mixers. Find people who match the questions and get 5 in a row!
- Host: GitHub
- URL: https://github.com/dotnet-presentations/vscode-github-copilot-agent-lab
- Owner: dotnet-presentations
- License: mit
- Created: 2026-01-28T19:09:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-29T04:40:14.000Z (5 months ago)
- Last Synced: 2026-01-29T13:44:27.883Z (5 months ago)
- Language: CSS
- Homepage: https://dotnet-presentations.github.io/vscode-github-copilot-agent-lab/
- Size: 852 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# Soc Ops
Social Bingo game for in-person mixers. Find people who match the questions and get 5 in a row!
🎮 **[Play the Game](https://dotnet-presentations.github.io/vscode-github-copilot-agent-lab/)** • 📚 **[View Lab Guide](https://dotnet-presentations.github.io/vscode-github-copilot-agent-lab/docs/)**
---
## 📚 Lab Guide
| Part | Title |
|------|-------|
| [**00**](https://dotnet-presentations.github.io/vscode-github-copilot-agent-lab/docs/step.html?step=00-overview) | Overview & Checklist |
| [**01**](https://dotnet-presentations.github.io/vscode-github-copilot-agent-lab/docs/step.html?step=01-setup) | Setup & Context Engineering |
| [**02**](https://dotnet-presentations.github.io/vscode-github-copilot-agent-lab/docs/step.html?step=02-design) | Design-First Frontend |
| [**03**](https://dotnet-presentations.github.io/vscode-github-copilot-agent-lab/docs/step.html?step=03-quiz-master) | Custom Quiz Master |
| [**04**](https://dotnet-presentations.github.io/vscode-github-copilot-agent-lab/docs/step.html?step=04-multi-agent) | Multi-Agent Development |
> 📝 Lab guides are also available in the [`.lab/`](.lab/) folder for offline reading.
---
## Prerequisites
- [.NET 10 SDK](https://dotnet.microsoft.com/download/dotnet/10.0) or higher
## Run
```bash
cd SocOps
dotnet run
```
## Build
```bash
cd SocOps
dotnet build
```
Deploys automatically to GitHub Pages on push to `main`.