Skip to content

Commit

Permalink
Updated ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Looman committed Dec 15, 2017
1 parent ff44dbc commit 118fc98
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
# Third-person Multiplayer "Horde-mode" Shooter
C++ Coop Third-person Shooter in Unreal Engine 4.
# C++ Multiplayer Third-person Shooter in Unreal Engine 4.

This repository is the project Source for the Udemy Course 'Unreal Engine 4 Mastery: Create Multiplayer Games with C++'.
Contains the project Source for the Udemy Course 'Unreal Engine 4 Mastery: Create Multiplayer Games with C++'.

**Made in Unreal Engine 4.17**
Get the Udemy Course now and learn C++ for Unreal Engine 4: <UDEMY URL>

**Created with Unreal Engine 4.17**

![alt text](http://www.tomlooman.com/wp-content/uploads/2017/12/Thumb_MainUE4Course30_header.jpg)

Features

- Third Person Character
- Shooter Weapon Code for hitscan and projectile weapons
- Custom AI 'tracker ball' like Gears of War that tracks and explodes near players.
- Power-up system including 'Health Regeneration' and 'Super Speed'
- Enemy AI Spawning using 'Environment Query System'
- Horde-mode wave spawning of enemy AI
- Advanced AI Bot using hitscan weapon, behavior trees, EQS and custom nodes (Tasks, Decorators, Services)
- Custom ActorCompont for Health in any Actor like AI, Player, Explosive Barrel etc.
- UMG UI

Udemy Course Link: <UDEMY URL>

(Content in this project may only be used in Unreal Engine projects as per the Unreal Engine EULA)

0 comments on commit 118fc98

Please sign in to comment.