https://github.com/buildo/rockpaperscissorbyfede
mock app to get confidence with Buildo backend stack
https://github.com/buildo/rockpaperscissorbyfede
Last synced: about 1 year ago
JSON representation
mock app to get confidence with Buildo backend stack
- Host: GitHub
- URL: https://github.com/buildo/rockpaperscissorbyfede
- Owner: buildo
- Created: 2018-07-10T08:59:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T16:10:33.000Z (about 8 years ago)
- Last Synced: 2025-06-11T00:06:40.401Z (about 1 year ago)
- Language: Scala
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
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