Questions tagged [scala]
The scala tag has no summary.
4 questions
0
votes
0
answers
114
views
How to choose what type of server to use when creating an online multiplayer game?
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 ...
1
vote
1
answer
843
views
Rendering to framebuffer / multiple rendering in a frame makes geometry black
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 ...