Skip to content

This is an FPS game I created following along an online Unreal C++ tutorial

Notifications You must be signed in to change notification settings

Jaega/TestingGroundFPS

Repository files navigation

TestingGroundFPS (UE Version: 4.19)

This is an FPS game I created following along an online Unreal C++ tutorial

Features

  • Infinitely generated levels, each with a random and unique terrain; more unpredicted challenges! (using garbage collection to create infinite illusion)
  • Randomly spawned AI enemies, which patrol through dynamically selected waypoints, search and attack automatically according to AI behavior tree
  • Night mode: detecting lights, infrared night vision, and aiming laser
  • Adjust character animations for different key bindings

Related Technologies

  • AI Behavior Tree
  • AI Perception
  • AI Navigation
  • Environmental Query System
  • Animation
  • Animation state machine
  • Material
  • Spawning actors
  • Flyweight pattern for foliage
  • Postprocess Volume

About

This is an FPS game I created following along an online Unreal C++ tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published