Top "Game-engine" questions

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

NavMeshAgent in unity not working

I am making a game in unity and it is throwing the error "Failed to create agent because there is …

unity3d game-engine navmesh
OOP Game Design Theory

I've tried to develop a 2D game with C++ in the past using mere objects, however, in the design process …

c++ oop theory game-engine
while loop or Thread.sleep()?

I'm programming a game in Java and I limit the FPS to 60. I figured out 2 different ways to get the …

java game-engine timing frame-rate thread-sleep
Applying Zoom Effect In cocos2D gaming environment?

I'm working on a game with cocos2D game engine and make load all the sprites while it load the …

iphone objective-c cocos2d-iphone game-engine
C# Dictionary - The given key was not present in the dictionary

I'm currently trying to load game objects from a Tiled (Tiled map editor) map file into a game engine I'm …

c# dictionary game-engine tiled
Collision reaction in a 2D side-scroller game similar to "Mario"

This has been greatly bothering me in the past few weeks. In this time I've been researching online, even reading …

2d collision-detection game-engine
Crafty.js Tutorial

This question has probably been asked before, but I didn't find it while searching. Can anybody point me towards a …

javascript html game-engine craftyjs
Game engine with python scripting?

Looking to put together a 3D side-scrolling action platformer. Since this is my first time trying to put together a …

python cross-platform game-engine
OpenGL and OOP program structure

I've worked on a variety of demo projects with OpenGL and C++, but they've all involved simply rendering a single …

c++ oop opengl architecture game-engine
NSTimer vs CACurrentMediaTime()

So I'm amidst my first iOS game and am struggling with how to go about the best way to integrate …

ios nstimer game-engine