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

https://github.com/buildo/rps-mig


https://github.com/buildo/rps-mig

Last synced: 4 months ago
JSON representation

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