Skip to content

A simple arcade style game built with Kotlin for the #30DaysOfKotlin initiative by Google Developers.

Notifications You must be signed in to change notification settings

rithika-hebbar/SpinTheWheel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spin The Wheel

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:
  • Guess the color 🌈
  • Riddle me ⁉️
  • Guess the number 🎰
It also has some fun sections like unlucky, +25 and +50 bonus points.

Implemented Kotlin Concepts 🛠

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

Game Play Images 💻

About

A simple arcade style game built with Kotlin for the #30DaysOfKotlin initiative by Google Developers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages