The TripleX program is part of Udemy's "Unreal Engine C++ Developer: Learn C++ and Make Video Games" course under section 2: "Triple X - Write Pure C++", as shown on Udemy. This is a paid course. No instructions or course content will be provided. Have any questions regarding Udemy's course, please contact Udemy's support.
- Visual Studio Code
- At the project's main directory, click the green "Code" button, and click the drop down option "Download Zip".
- Extract the zip into any folder.
- Open Visual Studio Code.
- File -> Open Folder...
- Find the folder where the zip was extracted and load the folder into Visual Studio.
- Compile the project
- The game starts at a menu to either play the game, get info, or exit the game.
- There are three difficulties to choose from, which are Easy, Normal, or Hard.
- There is a Tutorial mode with unlimited tries.
- The game gets progressively harder.
NOTE: Installation guide inside the Setup section. Open Visual Studio Code and compiling under C++ section after selecting your OS.