Building the Classic Snake Game with Python

Go to class
Write Review

Free Online Course: Building the Classic Snake Game with Python provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Building the Classic Snake Game with Python is taught by Robin Andrews.

Overview
  • Learn how to integrate and deepen your existing knowledge of Python by programming a Snake game.

Syllabus
  • Introduction

    • Take your Python skills to the next level
    • What you should know
    1. Introduction to Python Turtle Graphics
    • Meet turtle graphics
    • A starter template for turtle graphics programs
    • Animation with Python turtle graphics
    • Global variables
    • Drawing with stamps
    2. The Snake Game
    • Snake representation and movement
    • Basic snake movement program
    • Controlling the snake's direction
    • The game loop
    • Snake food
    • Keeping score
    • Game reset
    3. Finishing Touches
    • Avoiding repetition by using Lambda expressions
    • Personalizing your game
    Conclusion
    • Integrating material covered