An open API service indexing awesome lists of open source software.

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!

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`.