Tagged Questions
5
votes
1answer
1k views
Game programming: common methods and design patterns
I begun writing a very simple game engine so that I can learn OpenGL 3.x better but since my inexperience and my sparse knowledge of how a 3D game should be designed, I usually get into problems where ...
0
votes
1answer
118 views
What is a systematic process for choosing a mobile game engine? [closed]
I am looking for a systematic process or methodology for choosing a mobile game engine for a mobile game project.
Intuition tells me that it should be similar in principle to choosing any ...
-4
votes
2answers
288 views
Is my “engine” development process ideal?
I was thinking about a game engine development, I understand as engine the main program that can develope next duties:
Receives parameters.
calculates what is needed.
Delivers results.
As an ...