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.
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
Kotlin Control Flow
Welcome to the fourth tutorial of our Kotlin course! In this tutorial, we’ll explore control flow structures in Kotlin. Control flow structures allow us to make decisions and repeat code […]
Overview of the Solidity Course using Remix IDE
These beginner Solidity tutorials will take you from having no prior programming experience to understanding Solidity in depth. These tutorials are designed for the Remix IDE, which is a popular […]
Game Development Projects
Programming a Pong Game for Android
If you are lucky and NOT old enough to remember Pong then you should take a look at it and find out some more before continuing. We will be programming […]
Unity 2d Shooter
This 2D space shooter tutorial features spaceships, spinning sprites, steadily increasing difficulty, some simple lighting, retro sound effects, and a cool backing track. The whole thing should take no longer […]
Bitcoin & Crypto Tutorials
Fiat Vs Bitcoin
In 1984 Nobel prize-winning economist Frederick Hayek said,
“I don’t believe we shall ever have good money again before we take the thing out of the hands of the government.”, “We can’t take it violently; all […]
Cryptography and The Cypherpunks
Ever wonder how secret messages are sent? Cryptography is the science behind it all! It’s the math that makes sure secrets stay hidden, and it’s also what makes cryptocurrencies like Bitcoin possible.
In this chapter, we […]
Beginner Programming Tutorials
Kotlin Control Flow
Welcome to the fourth tutorial of our Kotlin course! In this tutorial, we’ll explore control flow structures in Kotlin. Control flow structures allow us to make decisions and repeat code […]
Overview of the Solidity Course using Remix IDE
These beginner Solidity tutorials will take you from having no prior programming experience to understanding Solidity in depth. These tutorials are designed for the Remix IDE, which is a popular […]
From the Blog
What is SFML and should I use it
First of all SFML is great and this is not a review about whether or not SFML is extremely cool or not. Trust me, it is extremely cool. This article will just explore what it can do, when it is best used and by whom. Also we will see who it is not for and what it should not be used for.
What SFML isn’t
Let’s quickly state was SFML is not. It is not an all-in-one solution for all your game […]