Top "Game-development" questions

Questions directly related to programming computer gaming and interactive graphics/video.

Implementing BFS in Java

I am a beginner in Java, and I need some help. I am trying to implement Breadth First Search algorithm …

java breadth-first-search game-development
<eof> expected near 'end'

I'm using these files in my gaming server, and every time I add a new player model, I get [ERROR] …

lua eof game-development
Using javax.sound.sampled.Clip to play, loop, and stop multiple sounds in a game. Unexpected Errors

I'm trying to play two wav sounds at once during a game (Background Music and an effect). I first constructed …

java exception audio game-development
Begin game programming basics

My 11 year old kid brother wants to learn to program games. He has never programmed but would like to learn …

game-development
php game, formula to calculate a level based on exp

Im making a browser based PHP game and in my database for the players it has a record of that …

php game-development
Android : App not installed

Newbie here.....I made my first game with Godot game engine and exported to android successfully.....copied to my phone, …

android game-development godot
How do I make the camera follow the player in LibGDX

I've been following the "How to make a 2D game" here, but it wasn't shown how make a camera follow …

camera libgdx render game-development
How to make an enemy follow the player in pygame?

I made part of a game. It runs well but I would like to add enemies in my game. So …

python pygame sprite game-development
Powershell & XML: How to count specific elements for each node

Here is another one for my server for the PC Game - Space Engineers. The answer to this seems like …

xml powershell count game-development
Java graphics are flashing

Okay, I understand your need for an SSCCE, so I created (my first) one. I managed to replicate the problem …

java windows java-2d game-development