patreon

 

 

Beginning C++ Game Programming 3rd Edition

Get to grips with programming and game development techniques using C++ libraries and Visual Studio 2022 with this updated edition of the bestselling series.

See it on Amazon

324

Bitcoin for Beginners & Crypto for Beginners on Amazon

Learn about Bitcoin and crypto, how to use it and why they don’t want you to.

Latest Programming Tutorials

Coding a simple text adventure in C++

As the last tutorial before we install a graphics library I thought a simple example that involves a game loop but no graphics would be worth while. Here’s a simple […]

Organizing your Game Data with C++ Maps

Maps are a great feature of C++ they allow us to store objects (made from classes) of any type and store them paired with any other variable. One useful combination […]

Game Development Projects

Coding a parallax scrolling background for Android

In this tutorial, we will see the tricks and the code required to achieve a parallax scrolling background effect. The parallax effect is when different layers of backgrounds are moved […]

Building a simple game engine in C++

In this tutorial project, we will build a fully working and functional but simple C++ game engine. All that the game engine will do is allow the player to control […]

Bitcoin & Crypto Tutorials

How to buy Bitcoin on Binance with DCA Auto-Invest

 

 

Binance Auto Invest can also be done from the Binance mobile app. However, because of the extra options, it will be clearer to demonstrate on the website which unlike Kucoin bots is an option on […]

Beyond Bitcoin: The Blockchain Trilemma

 

 

The theory goes that an Internet of Blockchains will eventually emerge as the dominant crypto infrastructure. An interconnected, diverse system with dozens, maybe hundreds of different ecosystems with different features, pros, and cons. In many […]

Beginner Programming Tutorials

Coding a simple text adventure in C++

As the last tutorial before we install a graphics library I thought a simple example that involves a game loop but no graphics would be worth while. Here’s a simple […]

Organizing your Game Data with C++ Maps

Maps are a great feature of C++ they allow us to store objects (made from classes) of any type and store them paired with any other variable. One useful combination […]

From the Blog