• Register

Leadwerks Game Engine is the easiest way to build 3D games. With a rapid development pipeline, support for Lua and C++ programming, and plenty of learning materials, Leadwerks is the perfect way to learn to make games.

Post tutorial RSS Tutorials
Object-Oriented Game Design

Object-Oriented Game Design

Client Side Coding Tutorial 1 comment

C++ can be intimidating to new programmers. The syntax does at first glance look like it was designed for robots to read, rather than humans. However...

How to Structure a Game

How to Structure a Game

Client Side Coding Tutorial 2 comments

Basic game structure is a topic that many people have trouble with, yet it somehow gets overlooked. In this lesson, I will show you exactly how to set...