Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 914 Bytes

File metadata and controls

24 lines (15 loc) · 914 Bytes

Quarter Life

Tianyu Liu kingcrimsontianyu@gmail.com 2015-2016


Introduction

Quarter Life (QL) --- a personal side project of mine --- is a developing first-person adventure game. The underlying engine is Unreal (version 4.12.5). My inspiration comes from Half Life 2, Portal 2, Witcher 3, Shadow Warrior, Unreal Tournament, Doom 3.

Game elements currently being implemented include

  • Gravity gun as in Half life 2.
  • Portal gun as in Portal 2, despite technically not a seamless portal as in the original Portal game.

This git repo contains C++ source codes that establish the main game mechanics. The blueprint scripts and game data are not included. The use of blueprint scripts is kept to the minimum.


Clip

Portal gun