How to implement the Strategy Design Pattern?

How to implement the Strategy Design Pattern?

Learn how to make your game or app flexible and modular by implementing the Strategy Design Pattern in your code.

Improving your coding skills

Improving your coding skills

I want to share with you three algorithms to keep in mind when developing your next application. These algorithms will improve the functionality of your app and they are not complicated to implement. They are the: Binary Search Tree, Heap Data Structure and Stack Data Structure.

Is your code too slow?

Is your code too slow?

Do you know how efficient is your code? I mean, do you really know how your code is affected as your data elements increases? If you have no clue, then keep reading.

The 7 Principles of Object Oriented Programming

The 7 Principles of Object Oriented Programming

Learn the 7 principles of object oriented programming so as to ensure that your game is modular, flexible, adaptable and maintainable.

How to add a joystick to your mobile game using OpenGL ES

How to add a joystick to your mobile game using OpenGL ES

Learn how to add a joystick element to your mobile game. Learn how to create the movement illusion of a joystick and how a joystick can be constructed from a stationary image and a movable image.