https://github.com/denyskryvytskyi/toontanks
Unreal Engine 5 3D game
https://github.com/denyskryvytskyi/toontanks
3d-game cpp cpp-game game-development gamedev ue5 ue5-game ue5-project unreal-engine-5
Last synced: 6 months ago
JSON representation
Unreal Engine 5 3D game
- Host: GitHub
- URL: https://github.com/denyskryvytskyi/toontanks
- Owner: denyskryvytskyi
- Created: 2023-10-14T15:21:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T20:04:38.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T05:43:09.572Z (almost 2 years ago)
- Topics: 3d-game, cpp, cpp-game, game-development, gamedev, ue5, ue5-game, ue5-project, unreal-engine-5
- Language: C++
- Homepage:
- Size: 45.9 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToonTanks
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 enemy towers shooting a player tank.
Here are some specific things I learned while making this game:
- Custom Pawn class for the Tank and Towers
- New Enhanced Input system usage for the player controller with custom input actions and input mapping context
- Gamepad support
- Tank movement using player input
- Projectiles spawning on Tank/Tower shooting
- Health, damage and destruction logic
- Simple HUD with start/end game messages
- Special effects: smoke, explosions
- Sounds on fire and destroy
- Camera shake effect
# Demo
Video on YouTube (click on image):
[
](https://youtu.be/OqnVpx-66cU?si=7spcowMuWaRDy6k7)
# Getting started
*Updated to the Unreal Engine 5.4.3.*
1. `git clone https://github.com/denyskryvytskyi/ToonTanks`
2. Right-click the `ToonTanks.uproject` file and select `Generate Visual Studio project files`
3. Build project in Visual Studio (`Development Editor` configuration to run in Editor)
4. Run `ToonTanks.uproject`