5

Could you please link to any examples of developing games (featuring 2d graphics and sound) in Scala?

Ivan
  • 63,011
  • 101
  • 250
  • 382
  • Are you interested in developing your own game engine, or using someone else's? In making a game for Android, the web, or desktop? – Dan Burton Dec 15 '11 at 06:53

3 Answers3

7

SCAWAR is a realtime Android game written completely in Scala.

vertti
  • 7,539
  • 4
  • 51
  • 81
Jed Wesley-Smith
  • 4,686
  • 18
  • 20
3

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.

Jean-Philippe Pellet
  • 59,296
  • 21
  • 173
  • 234
0

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.

Community
  • 1
  • 1
Harrison
  • 524
  • 3
  • 11
  • Scala Dice is also scala project written with play framework and akka : http://www.hiddenoctopus.com/sjdice – Oleg Apr 22 '15 at 15:49