The BullCow program is part of Udemy's "Unreal Engine C++ Developer: Learn C++ and Make Video Games" course under section 3: "Bulls & Cows", 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
- Unreal Engine 4
- 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.
- Inside the main folder, click the BullCowGame.uproject.
- Click "Yes" to the pop-up message about rebuilding the game.
- Once the game is loaded in Unreal Engine 4, go to Edit -> Editor Preferences.
- In the pop-up window, find "Source Code" on the left and change "Source Code Editor" to Visual Studio Code. Close window.
- In Unreal Engine, click Build, and then Compile.
- Once the build and compile is complete, then click Run.
- There are three difficulties to choose from, which are Easy, Normal, or Hard.
- There is an option to choose whether to show word hints (bulls).
NOTE: Installation guide inside the Setup section. Open Visual Studio Code and compiling under C++ section after selecting your OS.