Challenge project - Build a minigame with GitHub Copilot and Python

Beginner
Developer
Higher Education Educator
K-12 Educator
Student
GitHub
Visual Studio Code

Demonstrate your ability to analyze, create, and use different methods to develop a console minigame in Python with GitHub Codespaces and GitHub Copilot.

Learning objectives

  • Experience GitHub Codespaces as a development environment.
  • Develop input and output routines in a Python console application.
  • Use GitHub Copilot as an assistant.

Prerequisites

  • A GitHub account and basic knowledge of Git commands to execute the routines (add, commit and push).
  • Basic of Python to work with variables, lists, loops, conditionals and print messages on the console.