All Questions
2 questions
11
votes
2
answers
1k
views
"Pure" functional simple Scala battle game simulation
I am a long time imperative programmer (mostly C++) taking my first forays into functional programming with Scala.
I am following some online tutorials about functional programming and Scala and I'm ...
3
votes
1
answer
1k
views
Scala Tic Tac Toe Game
This is my first Scala game. I would love some feedback on my coding style, or your brief input on how you would do it.
...