Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

Awesome Lists containing this project

README

        

# Toon Tanks - Game

This game was made with:
- Unreal Engine 4.27 and C++

Requeriments:
- UE >= 4.25

The 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