Spin the wheel 🎡 is a simple arcade style game built with Kotlin for the #30DaysOfKotlin
initiative by Google Developers. It is played on the output window and has the following games:
|
The following concepts were implemented after learning from the Kotlin Bootcamp for Programmers Codelabs. The concepts are also highlighted as comments in the source code.
- Data Class
- Compact Functions
- Lambda Function
- Higher-Order Function
- Nullable Types
- Default Argument
- Named Parameters
- Java Interoperability
- Random() Function