An open API service indexing awesome lists of open source software.

https://github.com/buildo/rps

Rock Paper Scissors - an exercise for Scala learners
https://github.com/buildo/rps

Last synced: about 1 year ago
JSON representation

Rock Paper Scissors - an exercise for Scala learners

Awesome Lists containing this project

README

          

# 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