Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 206 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 206 Bytes

rps

Rock Paper Scissor - an exercise for Scala learners

Relevant topics

  • Methods
  • Objects
  • traits
  • ADTs
  • Destructuring & pattern matching
  • Encoding of enums

and maybe

  • generics
  • implicits