Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++.
- Host: GitHub
- URL: https://github.com/darkygr/unreal-engine-bull-cow-ox-game
- Owner: DarkyGr
- Created: 2023-01-17T04:25:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T21:33:22.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T22:48:14.074Z (2 months ago)
- Topics: cpp, csharp, game-development, unreal-engine-4
- Language: C
- Homepage:
- Size: 24.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.22The 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.