The Android Mini Lotto App is a guessing game developed using Java - Android Studio, Nodejs and SocketIO, the game generates a random number within a specified range on the server, the user is then required to pick any number of their choice they also enter a specified play fee(new users get 1000 USD Play fee).
If the user number correlates with server number, the the User Play Fee is Doubled and Added to their Current Earnings or Fee.
Other Basic Features
Multiple Users Can Join and Play Concurrently
Games can be played Continuosly until user decides to disconnect using the disconnect button
Use the Npm package manager npm to install the server dependies. Nodejs v10.* required to be already Installed. CD into the server directory and npm install dependencies.
npm install
Open the Andoird Project in Android Studio, Build and Lunch App.
node index.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.