Project: Number Guessing Game

This is an individual project. You are expected to submit your own solution, not to work with a partner or team.

Number Guessing Game

In this project, you'll build a number guessing game using Flask. You'll practice the basics common to all web applications: routing and templating.

The game will work similarly to the Guess My Number game you have seen in past courses. There is a secret number, the user is prompted to guess, and the app tells them if the guess is too high, too low, or correct.

Click to open the project

https://github.com/kiboschool/wad-flask-guess-my-number

Submission

In order to get credit for your project, you must:

  • push your code to Github Classroom
  • submit your work in Gradescope
  • submit your project in Anchor
This video walks through the process of submitting your project: