Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.36 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.36 KB

React Native Number Guessing Game

This project is a number guessing game built using React Native. In this game, the computer tries to guess the number chosen by the user within a specified range. The user provides hints to the computer by indicating whether the guessed number is higher or lower than the actual number. The game provides feedback on the number of rounds it took for the computer to guess the correct number.

Features

  • Users can input a number for the computer to guess.
  • The computer dynamically adjusts its guesses based on user feedback.
  • Feedback on the number of rounds it took for the computer to guess correctly.
  • Users can start a new game after completing or aborting the current one.
  • Responsive design using React Native's SafeAreaView and StyleSheet.
  • Custom fonts using Expo's useFonts hook.
  • Background image and gradient styling for an enhanced user experience.

Technologies Used

  • React Native
  • Expo
  • JavaScript

Screenshots

Screenshot Screenshot Screenshot