0:00 / 6:44
 
 
 
 
 

Learn to Code Python Games

42 CQ
9 Lessons
Previous...
  • Playing
    4 CQ
    6. How to Code Character Movement in Python
    A lesson with LearnToProgram
    View lesson

    Make your Python game come alive! This tutorial shows you how to implement boundary checks and assign keys for character movement on the x- and y-axes.

    Make your Python game come alive! This tutorial shows you how to implement boundary checks and assign keys for character movement on the x- and y-axes.

  • Playing
    5 CQ
    7. How to Code Gameplay in Python
    A lesson with LearnToProgram
    View lesson

    Once you have programmed how a character moves in Python, the next step is to allow the user to input movement. Make a functional character with this tutorial.

    Once you have programmed how a character moves in Python, the next step is to allow the user to input movement. Make a functional character with this tutorial.

  • Playing
    4 CQ
    8. How to Code Chase Movements in Python
    A lesson with LearnToProgram
    View lesson

    The chase is on! You have programmed the movement of your Python game character; now, code the monster’s movement properties to complete the game.

    The chase is on! You have programmed the movement of your Python game character; now, code the monster’s movement properties to complete the game.

  • Playing
    4 CQ
    9. How to Code Custom Game Settings
    A lesson with LearnToProgram
    View lesson

    Give the people what they want! In this tutorial, use inputs and try statements to enable custom game board and character movement settings.

    Give the people what they want! In this tutorial, use inputs and try statements to enable custom game board and character movement settings.