Skip to content

BobFromAccounting/High_Low

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

High Low Game in Command Line PHP

The specs for the game are as follows:

  • game picks a random number between 1 and 100.
  • prompts user to guess the number
  • if user's guess is less than the number, it outputs "HIGHER"
  • if user's guess is more than the number, it outputs "LOWER"
  • if a user guesses the number, the game should declare "GOOD GUESS!"

About

High_Low Game in Command Line PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages