Top "Game-engine" questions

A game engine is a software framework used in the development of video games.

Which game framework is easy to develop 2D game app in android?

I am new to Android Game Development and want to start with 2D game, I want to know which game …

android game-engine
Understanding scenes in Unity3d

I have some confusion with scenes in Unity3d and I was not able to find any resources about them. …

unity3d game-engine scene
Is there any game engine in Scala?

I wonder if there are any game engine written in Scala or easily accesible from Scala?

java scala game-engine
HTML5 Canvas game loop delta time calculations

I'm new to game development. Currently I'm doing a game for js13kgames contest, so the game should be small …

javascript html canvas game-engine timedelta
Handling entities in a game

As a small exercise I am trying to write a very small, simple game engine that just handles entities (moving, …

c++ game-engine entity-system
Remove Actors from Stage?

I use LibGDX and move only the camera in my game. Yesterday I founded a way to draw the ground …

java libgdx draw game-engine flappy-bird-clone
How to rotate an image actor in libgdx by the middle point?

If I understand correctly, LibGDX is rotating an image with the use of the addActions method: this.addAction( parallel(rotateBy(360, 0.5…

java android game-engine libgdx
What's the proper way to write a game loop in Python?

I'm trying to write a python game loop that hopefully takes into account FPS. What is the correct way to …

python game-engine game-loop
Open Source Turn-Based Strategy Game Engine?

Is anyone aware of a turn-based based strategy game engine that is open source?

game-engine
libgdx coordinate system differences between rendering and touch input

I have a screen (BaseScreen implements the Screen interface) that renders a PNG image. On click of the screen, it …

java coordinates libgdx game-engine