Android Number Guess Game app: https://play.google.com/store/apps/details?id=com.wbrawner.numberguess
.idea | ||
app | ||
gradle/wrapper | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
README.md | ||
settings.gradle |
Number-Guessing Game
A simple game where the computer picks a number and the player must guess what it is.
This app is mostly meant for me to learn Android dev with while I follow along with Udacity's Developing Android Apps course. I'm still building Sunshine of course but a little extra practice never hurt :) I'd appreciate any tips/tricks on how I could improve this app as really I'm doing what I can with what I pick up from the course/Android documentation/StackOverflow, and I'm sure there are better ways of accomplishing this.