diff --git a/README.md b/README.md index a26c4c0..77c35ae 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ [![Pursuit Logo](https://avatars1.githubusercontent.com/u/5825944?s=200&v=4)](https://pursuit.org) -# Guessing Game Lab +# Guessing Game Lab! Build a guessing game in the command line! -Similar to the lesson, you will be building a guessing game! The main difference with this lab is the computer will generate a random number and it's up to you to guess it. +Similar to the lesson, you will be building a guessing game! The main difference with this lab is the computer will generate a random number and it's up to you to guess it.! ## Learning Objectives -- Practice building a command line game +- Practice building a command line game! - Understanding how to control the flow of a program - Practice writing code to make tests pass