-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Krzysztof Begiedza
authored
Apr 18, 2020
1 parent
e071306
commit a5db4d2
Showing
1 changed file
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |