Skip to main content

Questions tagged [scala]

Filter by
Sorted by
Tagged with
0 votes
0 answers
114 views

I want to develop an online multiplayer game using the Scala language. I am quite new to programming; I have developed some simple multiplayer games (think snake, pong), but they cannot be played ...
Lila's user avatar
  • 1
1 vote
1 answer
690 views

I am currently trying out Ashley and overall learning how an ECS works internally. What I currently don't understand is how Ashley in particular keeps its systems up-to-date by adding or removing ...
ExecutorService's user avatar
1 vote
1 answer
843 views

I'm trying to adapt the shadow-mapping process given on this microbasic guide into my game, it's made with LibGDX. I've run into a blocking point with the creation of the shadow buffer via rendering ...
Phoenix's user avatar
  • 203
4 votes
3 answers
8k views

I'm looking into Scala game development, and wondering if there are any game frameworks oriented towards it, rather than Java. Java has Slick2D and LWJGL, but they do not take advantage of Scala ...
mpnk121's user avatar
  • 567