Technical requirements
As a reader of this book, you are expected to have basic computer operational skills. You should also be capable of installing the required applications and setting up your programming environment.
To follow this chapter, you are required to install MS Visual Studio 2022 or a later version along with the C++ compiler. Additionally, download the sample code from this book’s GitHub repository.
Here is the link to the GitHub repository:
https://github.com/PacktPublishing/Practical-C-Game-Programming-with-Data-Structures-and-Algorithms
Additionally, you can access the Demo1 project here: https://github.com/PacktPublishing/Practical-C-Game-Programming-with-Data-Structures-and-Algorithms/tree/main/Knight
The recommended minimum development environment for running the sample projects is as follows:
- Operating System (OS): Windows 10
- Central Processing Unit (CPU): Intel 7th generation or equivalent
- Graphics Processing...