Back to Top

RPG Tutorials

tutorial1

An introduction to 3D RPG gaming


 

Discover the acknex.h library, and then see a simple project with thoroughly commented code.

Read the tutorial

tutorial2

Coding a smooth player movement snippet


 

It's quite easy to code a poor player movement function. I'm showing you one of the best solutions in this tutorial, though.

Read the tutorial

tutorial3

Using RPG items and props


 

It's time for a fire beam that causes damage! I'll also teach you how to code a few more RPG-related items - it's a promise!

Read the tutorial

tutorial4

Building a fully functional inventory


 

Complex inventories need a lot of code. However, I have come up with a programming method that is simple and very effective, and I am sharing it with you here.

Read the tutorial

tutorial5

Working with AI-based enemies


 

What's a game without enemies? Not too much, if you ask me. If you feel the same, it's time to meet our FSM-based (Finite State Machines) enemy.

Read the tutorial