Create a Simple Rock Paper Scissors game using Jetpack Compose
here the logic is simple : Rock beats Scissors, Scissors beats Paper, Paper beats Rock.
You can choose rock or paper or scissor just by clicking the bottons and computer will choose automatically. Whenever you will win your score will increase by one and in case computer wins its score will increase by one
- Basic knowledge of kotlin
- Basic idea of Jetpack Compose
- Must be familiar with Android studio.
- After this you can easily create Andriod applications using kotlin.
- In case you want to clone this project just paste this command on your terminal