Use a SQL Database for a Desktop Game
- by sharethis
Developing a Game Engine
I am planning a computer game and its engine. There will be a 3 dimensional world with first person view and it will be single player for now. The programming language is C++ and it uses OpenGL.
Data Centered Design Decision
My design decision is to use a data centered architecture where there is a global event manager…