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
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