For our Games Engine Architecture module project, we had to create tools with supporting documentation in relation to the concept of Projection in Unreal Engine and Unity. Implementations: Unreal Engine Blueprints Unity C# Scripting Shaders Procedural Spline Tool Lights Render Targets Custom Depth Buffer/Stencil Post Processing
Author Archives: trdp90
Understanding Technical Art
A continuously updated page on my learnings and understandings of various topics surrounding technical art. Have a look: https://weiyong.tech.blog/understanding-technical-art/
Steampunk Corridor
A Steampunk Corridor Vertical Slice Game Demo Project using Unity and C#. Implementations: * Player character model/textures were provided by Unity. Player character animation provided by Mixamo. Walkthrough: https://youtu.be/TOga_uwfP0o
Drunk and Undead
A top-down shooter group game-jam with Python. Responsibilities: Github Link: https://github.com/TRDP90/Drunk-and-Undead.git Walkthrough Link: https://youtu.be/U__NoQV13Ro *Assets by Kenney.
Angry Birds (Replica Project)
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.
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”