My Bull & Cow game showcase

Hello everyone!

Here I will be showcasing my progress of the Bull Cow game.

For now I will just show my scene after adding a couple of actors from Lesson 41.

:cow:

3 Likes

Hello!

Back with an update just finishing Lesson 42. Editing Landscape

Entrance to the Dark Forest and Sunny Beach worlds! Which would you choose?

Isometric view

Will be back with more updates as soon as I complete more lessons!

:camping: :desert_island:

2 Likes

I love the level design and how cute all the cows look together like that!

2 Likes

Hi all!

Back again with another update on my Bull & Cow game, this one after completing Lesson 45: Using The In Game Terminal.

Here is my code so far:

#include "BullCowCartridge.h"

void UBullCowCartridge::BeginPlay() // When the game starts
{
    Super::BeginPlay();
    PrintLine("Hello there! (Obi-Wan voice)\nWelcome to the 2020 edition Bull & Cow\nminigame");
    PrintLine("Please enter how many cows you see on\nscreen an press enter to proceed");
}

void UBullCowCartridge::OnInput(const FString& Input) // When the player hits enter
{
    ClearScreen();
}

Here is how it looks in Unreal:

:desktop_computer: :cow:

2 Likes

The cows are back! Haha I love it! Great job! :+1:

Privacy & Terms