Set up the files - IncrediCoders/Python1 GitHub Wiki

We're going to show you how to set up Replit (the online editor) and Microsoft Visual Studio Code (the desktop application). You only need to use one of them. Both are free. Replit is easier to set up, but Visual Studio Code (VSC) is a full development environment, like what professionals use (so you should use VSC, when you're ready to progress to the next step in your learning journey). If you're new to text-based coding, we recommend you start with Replit.

Replit Setup

If you plan to use the Replit online editor, follow these quick steps to get started:

Visual Studio Code Setup

If you plan to use Visual Studio Code, you should make sure you have completed these two steps:

  1. Install Visual Studio Code, Python, and Pygame
  2. Load the IncrediCoders files into Visual Studio Code

Here are some additional Visual Studio Code resources for you to check out:

Try Out the Games

Try out the games before you build them:

Next Steps

Once you're all set up, it's time to head back to the level you're on, to continue your programming journey:

  1. Level 1 - Turtle Map

  2. Level 2 - Class Introductions

  3. Level 3 - Classmate Quiz

  4. Level 4 - Space Wars

  5. Level 5 - Creeper Chase

  6. Level 6 - Boss Battle

  7. Level 7 - IncrediCards