Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sothulthorn/react-native-guess-number-app
Create a React Native “Guess the Number” game where users guess a number with feedback and attempt count.
https://github.com/sothulthorn/react-native-guess-number-app
expo react-native
Last synced: about 7 hours ago
JSON representation
Create a React Native “Guess the Number” game where users guess a number with feedback and attempt count.
- Host: GitHub
- URL: https://github.com/sothulthorn/react-native-guess-number-app
- Owner: sothulthorn
- Created: 2024-11-09T02:57:46.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2024-11-09T07:32:07.000Z (10 days ago)
- Last Synced: 2024-11-09T08:22:05.435Z (10 days ago)
- Topics: expo, react-native
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guess Number Game App
In this project, we’ll create an interactive Guess the Number game using React Native. The app will prompt the user to guess a randomly generated number between 1 and 99 by inputting a number and pressing a “Confirm” button to submit it. Once the user confirms their guess, the app will provide feedback, indicating whether the guessed number is too high or too low compared to the target number.
The app will feature increment and decrement buttons for the user to adjust their guesses based on feedback until they reach the correct number. Each round of guessing will be counted, and once the user successfully guesses the correct number, the app will display the total number of rounds taken to arrive at the answer.
This project will incorporate:
- A user-friendly interface for inputting numbers and navigating guesses
- Real-time feedback for higher/lower guesses
- A round counter to track the user’s guessing attempts## Project View
| Start Game Screen | Game Screen | Game Over Screen |
| | |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- |
|