A recreation of Angry Birds in C++ with the SFML library. Implementations: Link to Github: https://github.com/TRDP90/Angry-Birds-Replica.git *Assets by Kenney.
Category Archives: C++
Space Invaders (Replica)
A recreation of Space Invaders in C++ with the SFML library. Implementations: *Assets by Kenney. Link to Github: https://github.com/TRDP90/Space-Invaders-Replica.git
Dungeon Escape
The dungeon escape game is a tech demonstration of creating a Grabber Component for the Pawn/Player. It also demonstrates the use of Unreal’s “Mass” to activate Trigger Events such as rotating, opening and closing doors using Unreal Engine’s C++ Components. In order to escape the dungeon, the player has to place the required objects inContinue reading “Dungeon Escape”
Bulls & Cows
Bulls and Cows is a Terminal Game built in Unreal Engine 4 as part of the Udemy Unreal Engine C++ Developer Course by Gamedev.tv. This course taught me the basics of C++ in Unreal Engine. The game’s objective is to guess the Hidden Word. The player wins if you guess the exact Hidden Word. IfContinue reading “Bulls & Cows”
Triple X
A Triple X C++ Terminal Project as part of the Udemy Unreal Engine C++ Developer Course by Gamedev.tv. The objective of the game is to guess the correct 3 numbers. 2 hints are given, the addition and product of all the 3 numbers. Introduction is printed. 3 numbers are selected at random. Randomization is setContinue reading “Triple X”