https://github.com/codersuresh/simple-guess-game-android-
This is very simple guess game for android. In this game, apk will generate one random number between 1-20 including 1 & 20. User have to guess that random number within 4 tries. If you are beginner in domain of Android Development , developing this apk will be best practise for you.
https://github.com/codersuresh/simple-guess-game-android-
Last synced: 3 months ago
JSON representation
This is very simple guess game for android. In this game, apk will generate one random number between 1-20 including 1 & 20. User have to guess that random number within 4 tries. If you are beginner in domain of Android Development , developing this apk will be best practise for you.
- Host: GitHub
- URL: https://github.com/codersuresh/simple-guess-game-android-
- Owner: coderSuresh
- Created: 2019-03-28T03:12:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T04:09:20.000Z (about 6 years ago)
- Last Synced: 2025-01-07T20:12:02.859Z (5 months ago)
- Language: Java
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-guess-game-android-
This is very simple guess game for android. In this game, apk will generate one random number between 1-20 including 1 & 20. User have to guess that random number within 4 tries.