Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkygr/unreal-engine-toon-tanks-game
Toon Tanks - Game - UE 4.27 and C++
https://github.com/darkygr/unreal-engine-toon-tanks-game
cplusplus unreal-engine-4
Last synced: 11 days ago
JSON representation
Toon Tanks - Game - UE 4.27 and C++
- Host: GitHub
- URL: https://github.com/darkygr/unreal-engine-toon-tanks-game
- Owner: DarkyGr
- Created: 2023-03-09T03:28:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T19:17:00.000Z (over 1 year ago)
- Last Synced: 2024-11-08T22:48:14.228Z (2 months ago)
- Topics: cplusplus, unreal-engine-4
- Language: C++
- Homepage:
- Size: 4.73 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toon Tanks - Game
This game was made with:
- Unreal Engine 4.27 and C++Requeriments:
- UE >= 4.25The game was made to learn:
- Create a Tank that can move throughout the world
- Handle input (WASD movement, mouse clicks)
- Create an enemy Turret class
- Add fire functionality with projectiles
- Add health, damage and destruction to the game
- Add special effects (smoke, explosions, sounds, etc)
- Add winning/losing conditions with HUD displays