From a5db4d26afa7aa18c308609ecf879ce45f659224 Mon Sep 17 00:00:00 2001 From: Krzysztof Begiedza Date: Sat, 18 Apr 2020 17:41:54 +0200 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd48523..cbf430a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,30 @@ # Doomed -First person shooter PoC made in Unreal Engine 4. +![Screenshot](doc/doomed-sm.png) +[See full size](doc/doomed.png) + +Proof of concept with basic interactions and effects scripted in C++ and blueprint system. +Simple demo of technology for assignment on University of Lower Silesia. + +## Instruction +Unzip release or build from source. + +## How to play? +``` +LMB - shoot +F - interaction +WSAD - movement +DEL - subtract life +ESC/Backspace - pause +``` + +### Elements in game: +* explosive chrome barrels +* pickup system with ammo and healt +* shooting +* interactions: + * NPC facing player + * box jumping + * door opening/closing +* Jumping into lava will end game +* multiple user interfaces and main menu