Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darkygr/unreal-engine-bull-cow-ox-game

This game is made in Unreal Engine 4.27 and C++.
https://github.com/darkygr/unreal-engine-bull-cow-ox-game

cpp csharp game-development unreal-engine-4

Last synced: 11 days ago
JSON representation

This game is made in Unreal Engine 4.27 and C++.

Awesome Lists containing this project

README

        

### To-Bull-Cow-Game (1.1V)

-> This game is made in Unreal Engine 4.27 and C++.

--> Requeriments: UE >= 4.22

The game is based on:
- Word guessing game.
- Guess the isogram.
- The letter in guess and correct place is a "Bull".
- Letter to guess, but in the wrong place is a "Cow".
- (NEW) Letter that doesn't belong to the word is a "Ox".

Mechanics of the game:
- Hidden word pulled from a list.
- Game will let us know the number of lives we have.
- Player will make a guess.
- Lose a life if you get it wrong.
- Display how many bulls, cows and oxs.
- If the correct word is guessed then the game is won.
- If the lives run out, the game is over.