When it comes to AI in general, you will find a lot about scripting in Python and learning algorithms. For Game AI you will find a lot about scripting in LUA or algorithms in C++. But when you want...
Category: Game Programming
When you search for tutorials and documentation about OpenGL in the web you will mostly find examples that use C++. But is it also possible to use pure C for programming OpenGL programs? It is...
Game Development is a challenging but also very fun task. Many games are developed in C++ and Game Engines like Unity or Unreal let you program in C# and Lua. Even Python has dedicated Game...