user-guess

There are 2 repositories under user-guess topic.

  • shreyaschavhan/Guess-Me-Game

    This is a program that generates a random number and asks the player to guess it. If the player's guess is Higher than the actual number the program displays "Guess lower!". Similarly if the user's guess is too low, the program prints "Guess Higher!". When the user guesses the correct number, the program displays the number of guesses the player used to arrive at the number.

    Language:C120
  • LiamMCode/Code_Syntax_Quiz

    An API driven code quiz game that uses the Axios API to take snippets of code from GitHub and has the user guess which language that code is from 4 choices

    Language:JavaScript0100