Challenge project - Build a minigame with GitHub Copilot and Python
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.