Skip to content
Learnearn.uk » Python Unit Home » Python Waiting (Time Guessing) Game

Python Waiting (Time Guessing) Game

Introduction

In this tutorial we walk through the process of making a simple guessing game. Basic steps to follow are:

  • Display and introduction to the user.
  • Tell them how many seconds they need to wait before pressing enter
  • Wait until the user presses enter
  • Calculate the difference and tell them how well they did

Remember! If you are feeling confident, see if you can have a go at coding the game without watching the tutorial! You can always fall back on the tutorial if you get to a difficult bit!