4 games available in the CoPilot directory
Interactive AI-powered games and experiments built on this platform. Play text adventures, puzzle games, trivia, and creative challenges powered by large language models.
Coursera guided project using GitHub Copilot to create interactive text-based adventure games in Python. Build narrative branching, inventory systems, combat mechanics, and story progression with AI-assisted coding.
Video tutorial walkthrough of building a complete Hangman game using GitHub Copilot AI. Learn how to use Copilot suggestions for word lists, game state management, ASCII art display, and win/lose logic in Python.
Microsoft Learn challenge project where you use GitHub Codespaces and Copilot to build a console-based minigame in Python. Demonstrates how to use Copilot for game design, implementing game loops, handling user input, and managing game state.
Official GitHub workshop guiding you through building a Rock, Paper, Scissors game from scratch using GitHub Copilot. Starts with basic game logic and progresses to adding unit tests, a REST API endpoint, and advanced game variants like Rock Paper Scissors Lizard Spock.