From the course: AI Algorithms for Game Design with Python
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Using the exercise files in GitHub Codespaces - Python Tutorial
From the course: AI Algorithms for Game Design with Python
Using the exercise files in GitHub Codespaces
- [Speaker] Let me show you how to find the exercise files in the GitHub repository. This is a single branch repository so you can find the code related to each video under the source folder. Inside, you will find one folder per chapter and two Python files. These two files contain the game we will work with throughout the course. In the source folder, these files have the finished version of the project, and in each chapter and section folder, you will find the same two files with the project at different stages of development as the course advances. The source folders are named with the chapter number followed by the video number. This project was designed to run in VS Code, along with an extension I created for it. The simplest way to work with this code is using GitHub code spaces, a cloud-based IDE. Now, if you create a code space on the course repository, it will not allow you to push your changes so they would only be saved inside your code space. Because of this, I recommend…