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.
- 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
andStyleSheet
. - Custom fonts using Expo's
useFonts
hook. - Background image and gradient styling for an enhanced user experience.
- React Native
- Expo
- JavaScript