Find a file
2018-02-02 08:20:40 -06:00
.idea Moved game to fragment for easier tablet layout management. Fixed redundant string formatting on game over text. Added menu with reset game option 2017-03-04 23:15:09 -06:00
app Added some instrumentation tests with espresso 2017-07-28 19:28:44 -05:00
gradle/wrapper Update Gradle Wrapper to 4.1 2018-02-02 08:18:09 -06:00
.gitignore Removed apks from git 2017-01-28 22:28:10 -06:00
build.gradle Integrated Crashlytics and replaced keyboard input with on-screen buttons for input 2017-07-28 17:16:46 -05:00
gradle.properties Initial commit with code 2017-01-28 22:26:29 -06:00
gradlew Initial commit with code 2017-01-28 22:26:29 -06:00
gradlew.bat Initial commit with code 2017-01-28 22:26:29 -06:00
README.md Update readme to reflect Android app instead of generic app idea 2017-03-04 23:35:06 -06:00
settings.gradle Initial commit with code 2017-01-28 22:26:29 -06:00

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.