Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denyskryvytskyi/cryptraider
Unreal Engine 5 3D Puzzle Game
https://github.com/denyskryvytskyi/cryptraider
cpp cpp-game game game-development gamedev ue5 ue5-game ue5-project unreal unreal-engine-5
Last synced: about 2 months ago
JSON representation
Unreal Engine 5 3D Puzzle Game
- Host: GitHub
- URL: https://github.com/denyskryvytskyi/cryptraider
- Owner: denyskryvytskyi
- Created: 2023-09-29T15:28:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-27T20:22:07.000Z (7 months ago)
- Last Synced: 2024-05-28T06:08:29.635Z (7 months ago)
- Topics: cpp, cpp-game, game, game-development, gamedev, ue5, ue5-game, ue5-project, unreal, unreal-engine-5
- Language: C++
- Homepage:
- Size: 123 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CryptRaider
This is a 3D game created in Unreal Engine 5 as part of the Unreal Engine 5 C++ Developer: Learn C++ & Make Video Games course. The game features a level with 3D puzzles where a player can grab objects and use them for the walls/doors unlocking to find a gold statue.
Here are some specific things I learned while making this game:
- Implemented Actor/Scene components for gameplay logic like grabbing objects and triggering specific areas.
- Lighting with Lumen technology.
- Modular Level design.
- Line Tracing and collisions.
- Calling C++ from Blueprints.
- Simple HUD with crosshair and "Quest Complete" message.
- Background sound, footstep sound, and pick up/ drop object sounds.# Demo
[](https://www.youtube.com/watch?v=3m2cW0WxMSg)# Getting started
*Updated to the Unreal Engine 5.4.3.*
1. `git clone https://github.com/denyskryvytskyi/CryptRaider`
2. Right-click the `CryptRaider.uproject` file and select `Generate Visual Studio project files`
3. Build project in Visual Studio (`Development Editor` configuration to run in Editor)
4. Run `CryptRaider.uproject`