This is the Mobile app receives the user input and Then the computer will try to guess which number that was, based on the user's hint it will display the number of try computers needed to guess the number.
In order to install, clone this repository and run:
npm install
// OR
yarn install
This was made with Expo, so you need it to run. To do it, run:
expo start
// OR if you have it locally
npx expo start
This starts the Metro Bundler. You can simulate the app in an Android emulator (such as in Android Studio) or in your own device, Android or iOS powered, by downloading the Expo App.