• Register

Game Mechanics is an Indie company based in India ,founded by two college students when making their first ever game just for learning purpose. We aim to make unique gameplay mechanics with creative content.

Post tutorial RSS Tutorials
Using Static

Using Static

Client Side Coding Tutorial

How Static keyword can be used in different ways in different contexts

Class/Structure Padding

Class/Structure Padding

Client Side Coding Tutorial

Majority of programmers are not aware of this padding, but in my opinion one of the important things to consider while designing your class, which being...

Implkicit this Pointer

Implkicit this Pointer

Client Side Coding Tutorial

Lesser known fact about C++, wont mean much to beginners, but being a game programmer you should be aware of all the implicit things that C++ does

Inheritance

Inheritance

Client Side Coding Tutorial

One of the most important feature of C++ and most used feature in GAME PROGRAMMING (serious).... INHERITANCE

Macros

Macros

Client Side Coding Tutorial

A simple but yet less understood topic in C++. Can make your life easier if used thoughtfully

Pointers

Pointers

Client Side Coding Tutorial

The most infamous topic in programming languages, i have done my best to settle some basic doubts regarding it.

Compile Time Dependencies

Compile Time Dependencies

Client Side Coding Tutorial

Explains how to reduce compile time dependencies, after this read pimpl idiom to further expand on this topic

Pimpl Idiom

Pimpl Idiom

Client Side Coding Tutorial

A simple article explaining Pimpl(Private Implementation) idiom

Koenig/Argument Dependent Lookup

Koenig/Argument Dependent Lookup

Client Side Coding Tutorial

A short article i wrote some time back, thought might share here, someone might benefit from it, though i doubt it.