Sndvljordan1 / High_Low

High/Low game built in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

High Low Game in Command Line PHP

The Specs for this game are

-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 built in PHP


Languages

Language:PHP 100.0%