Could you please link to any examples of developing games (featuring 2d graphics and sound) in Scala?
3 Answers
SCAWAR is a realtime Android game written completely in Scala.

- 7,539
- 4
- 51
- 81

- 4,686
- 18
- 20
Not exactly a game, but featuring 2D and some 3D graphics: Wizbee, learning software based on the Swiss syllabus (homepage in French or homepage in German). There is a demo video that shows some of the graphics there (also in French).
Disclaimer: I work for the company that develops this.

- 59,296
- 21
- 173
- 234
Googling "games written in scala" yields results that include:
A 2D game engine (NB: Its code style is somewhat idiosyncratic, and the project doesn't use
sbt
. This may or may not reflect the quality of the library; it's just a mild yellow flag in my eyes.)A relevant previous question on StackOverflow whose answers point to quite a few excellent resources of the type you seem to be looking for.
Hope this was useful.
-
Scala Dice is also scala project written with play framework and akka : http://www.hiddenoctopus.com/sjdice – Oleg Apr 22 '15 at 15:49