Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.52 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.52 KB

BullCow

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.

❈ Requirements

  • Visual Studio Code
  • Unreal Engine 4

❈ Getting Started

  1. At the project's main directory, click the green "Code" button, and click the drop down option "Download Zip".
  2. Extract the zip into any folder.
  3. Inside the main folder, click the BullCowGame.uproject.
  4. Click "Yes" to the pop-up message about rebuilding the game.
  5. Once the game is loaded in Unreal Engine 4, go to Edit -> Editor Preferences.
  6. In the pop-up window, find "Source Code" on the left and change "Source Code Editor" to Visual Studio Code. Close window.
  7. In Unreal Engine, click Build, and then Compile.
  8. Once the build and compile is complete, then click Run.

❈ Features

  • 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).

❈ Documentation

NOTE: Installation guide inside the Setup section. Open Visual Studio Code and compiling under C++ section after selecting your OS.