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

Building your first SFML game project

Now that we have a working development environment we can go ahead and configure a project and write some code that actually does something. For the sake of actually seeing […]

Setting up Visual Studio and SFML development environment

This is the very first project on the road to building games for desktop operating systems like Windows, Linux and Mac. In these really simple steps we will walk through the […]

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