Skip to content
#

guessing-number-game

Here are 220 public repositories matching this topic...

Number guessing game: A fun and interactive JavaScript game where players must guess a randomly generated number. With different messages depending on the user's input, this project showcases my ability to create engaging and dynamic user experiences. [ARCHIVED]

  • Updated Jan 24, 2023
  • JavaScript

This is a simple guessing game. The program will generate a random number between 0 and 9. It will then prompt the player to enter a guess. After a guess is entered, the program will indicate whether the guess is too low or too high. If the guess is correct, the game will print a congratulatory message and exit.

  • Updated Sep 19, 2022
  • Ruby

Improve this page

Add a description, image, and links to the guessing-number-game topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the guessing-number-game topic, visit your repo's landing page and select "manage topics."

Learn more