https://github.com/buildo/rps-mig
https://github.com/buildo/rps-mig
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/buildo/rps-mig
- Owner: buildo
- Created: 2017-10-18T13:17:40.000Z (almost 9 years ago)
- Default Branch: step-0
- Last Pushed: 2017-11-02T10:36:04.000Z (almost 9 years ago)
- Last Synced: 2026-01-01T23:20:04.782Z (7 months ago)
- Language: Scala
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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