About

This is a simple guess number game built with react-native. The game will provide you a number to guess, and you should guess where the number hides in the boxes.

How to Install

This will install and run the project on Your Device or Android Emulator

  • cd react-native-guess-number-game
  • npm install
  • npx react-native run-android

How to Build APK

  • You can read it here

The unsigned apk file is located here:

  • ./android\app\build\outputs\apk\debug\app-debug.apk

Screenshots

Some screenshots of the porject

Set Number manually

photo-2022-01-16-12-51-53-2

When you win

photo-2022-01-16-12-51-53

When you lose

photo-2022-01-16-12-52-08